Skip to content

Commit 73f7cd4

Browse files
committed
Apply fixes from StyleCI
1 parent b838107 commit 73f7cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Scheduling/ScheduleWorkCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function handle()
5454
$executions[] = $execution = new Process([
5555
PHP_BINARY,
5656
defined('ARTISAN_BINARY') ? ARTISAN_BINARY : 'artisan',
57-
'schedule:run'
57+
'schedule:run',
5858
]);
5959

6060
$execution->start();

0 commit comments

Comments
 (0)