Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Dec 8, 2019
1 parent 6762a88 commit 2ebbc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
$command = sprintf('%s %s queue:work --daemon --tries=3 >/dev/null & echo $!', PHP_BINARY, base_path('forge'));

// Store the Queue Worker PID for later checking.
file_put_contents($path, exec($command));
file_put_contents($path, (int) exec($command));

})->describe('Monitor the Queue Worker execution');

Expand Down

0 comments on commit 2ebbc61

Please sign in to comment.