We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c893a2 commit 86fe654Copy full SHA for 86fe654
src/AsyncQueue.php
@@ -62,7 +62,7 @@ public function push($job, $data = '', $queue = null)
62
*/
63
public function pushRaw($payload, $queue = null, array $options = array())
64
{
65
- $id = parent::push($job, $data, $queue);
+ $id = parent::pushRaw($payload, $queue, $options);
66
$this->startProcess($id);
67
68
return $id;
0 commit comments