We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67554ce commit 8c3017cCopy full SHA for 8c3017c
src/artisan.php
@@ -5,6 +5,6 @@
5
if (!function_exists('call_in_background')) {
6
function call_in_background($command, $before = null, $after = null)
7
{
8
- return Command::factory($command, $before, $after)->runInBackground();
+ Command::factory($command, $before, $after)->runInBackground();
9
}
10
0 commit comments