Skip to content

Commit 8c3017c

Browse files
committed
Remove void return
1 parent 67554ce commit 8c3017c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/artisan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
if (!function_exists('call_in_background')) {
66
function call_in_background($command, $before = null, $after = null)
77
{
8-
return Command::factory($command, $before, $after)->runInBackground();
8+
Command::factory($command, $before, $after)->runInBackground();
99
}
1010
}

0 commit comments

Comments
 (0)