Skip to content

Commit 09b0e6c

Browse files
committed
Update code-style 💻
1 parent 04cccf0 commit 09b0e6c

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->artisan('migrate', [
148-
'--path' => $path,
148+
'--path' => $path,
149149
'--realpath' => true,
150-
'--force' => true,
150+
'--force' => true,
151151
]);
152152
});
153153
}

0 commit comments

Comments
 (0)