laravel-async-queue icon indicating copy to clipboard operation
laravel-async-queue copied to clipboard

Start Process is not compatible with symfony/process 5x

Open oriceon opened this issue 5 years ago • 0 comments

In new symfony process, command should be called as array...

$process = new Process([$command], $cwd);

oriceon avatar Mar 26 '20 17:03 oriceon