Skip to content

Commit 252e4c5

Browse files
committed
fix: update php_binary import in ListenCommand
1 parent f0e775f commit 252e4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ListenCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Illuminate\Console\Command;
66
use Illuminate\Support\Facades\Process;
77
use function Illuminate\Support\artisan_binary;
8-
use function Orchestra\Testbench\php_binary;
8+
use function Illuminate\Support\php_binary;
99

1010
class ListenCommand extends Command
1111
{

0 commit comments

Comments
 (0)