Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 2d193ab

Browse files
committed
Merge pull request #20 from GrahamCampbell/patch-1
Fixed a screw up
2 parents 61a2f3c + a3cd310 commit 2d193ab

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)