Skip to content

Commit 6fea6c2

Browse files
committed
Apply fixes from StyleCI
1 parent 893409f commit 6fea6c2

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
@@ -41,7 +41,7 @@ public function handle()
4141
$executions[] = $execution = new Process([
4242
PHP_BINARY,
4343
defined('ARTISAN_BINARY') ? ARTISAN_BINARY : 'artisan',
44-
'schedule:run'
44+
'schedule:run',
4545
]);
4646

4747
$execution->start();

0 commit comments

Comments
 (0)