Skip to content

Commit e24fa4a

Browse files
Merge branch 'main' into 3.x
2 parents dbd97ad + 70bd32d commit e24fa4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Processors/Upgrade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ protected function callMigration(): void
145145
: __DIR__ . '/../../database/migrations/named/2022_08_18_180137_change_migration_actions_table.php';
146146

147147
$this->runCommand('migrate', [
148-
'--path' => $path,
148+
'--path' => $path,
149149
'--realpath' => true,
150-
'--force' => true,
150+
'--force' => true,
151151
]);
152152
});
153153
}

0 commit comments

Comments
 (0)