Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 21, 2022
1 parent 893409f commit 6fea6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Scheduling/ScheduleWorkCommand.php
Expand Up @@ -41,7 +41,7 @@ public function handle()
$executions[] = $execution = new Process([
PHP_BINARY,
defined('ARTISAN_BINARY') ? ARTISAN_BINARY : 'artisan',
'schedule:run'
'schedule:run',
]);

$execution->start();
Expand Down

0 comments on commit 6fea6c2

Please sign in to comment.