Skip to content

Commit 77a047d

Browse files
authored
Merge pull request #293 from kenjis/fix-cs-fixer-error
style: run php-cs-fixer
2 parents e6ad293 + 2df3d63 commit 77a047d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Commands/Setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ private function setupRoutes()
220220
private function runMigrations(): void
221221
{
222222
if (
223-
$this->cliPrompt(' Run `spark migrate --all` now?', ['y', 'n']) === 'n'
223+
$this->cliPrompt(' Run `spark migrate --all` now?', ['y', 'n']) === 'n'
224224
) {
225225
return;
226226
}

0 commit comments

Comments
 (0)