Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored and github-actions[bot] committed Nov 5, 2024
1 parent ebd1336 commit 3cf1b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function handle(): void
$this->call('native:serve', [
'--installer' => $installer,
'--no-dependencies',
'--no-interaction' => $withoutInteraction
'--no-interaction' => $withoutInteraction,
]);
}

Expand Down

0 comments on commit 3cf1b6f

Please sign in to comment.