Skip to content

Commit 2df3d63

Browse files
committed
style: run php-cs-fixer
1 parent e6ad293 commit 2df3d63

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)