barryvdh / laravel-async-queue

Laravel Async Queue Driver
287 stars 76 forks source link

Laravel 7 / Synpony 5 #91

Open wishbone-productions opened 4 years ago

wishbone-productions commented 4 years ago

Code was not working for me any more. Change these lines to make work again:

//$process = new Process($command, $cwd); //$process->run(); Process::fromShellCommandline($command,$cwd)->run();