Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3cd310

Browse files
Fixed a screw up
1 parent 61a2f3c commit a3cd310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function storeJob($job, $data, $delay = 0)
6060
*/
6161
public function startProcess($jobId)
6262
{
63-
$command = $this->getCommand();
63+
$command = $this->getCommand($jobId);
6464
$cwd = $this->container['path.base'];
6565

6666
$process = new Process($command, $cwd);

0 commit comments

Comments
 (0)