Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup
Browse files Browse the repository at this point in the history
pookmish committed Jan 9, 2025

Unverified

The email in this signature doesn’t match the committer email.
1 parent 529b6f7 commit 51a6e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/MigrationConfigOverrides.php
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ public function loadOverrides($names) {
foreach ($names as $name) {

// Only override migration entities.
if (substr($name, 0, 23) == 'migrate_plus.migration.') {
if (str_starts_with($name, 'migrate_plus.migration.')) {
$migration_id = pathinfo($name, PATHINFO_EXTENSION);

// If the state value is not set, don't do any overriding.

0 comments on commit 51a6e7b

Please sign in to comment.