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 f0e775f commit 252e4c5Copy full SHA for 252e4c5
src/Console/ListenCommand.php
@@ -5,7 +5,7 @@
5
use Illuminate\Console\Command;
6
use Illuminate\Support\Facades\Process;
7
use function Illuminate\Support\artisan_binary;
8
-use function Orchestra\Testbench\php_binary;
+use function Illuminate\Support\php_binary;
9
10
class ListenCommand extends Command
11
{
0 commit comments