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 fa7a486 commit de05b9bCopy full SHA for de05b9b
src/Sqs/Queue.php
@@ -30,6 +30,7 @@ protected function createPayload($job, $data = '', $queue = null)
30
31
$handlerJob = $this->getClass($queue) . '@handle';
32
Log::debug('$job->isPlain()====', [$job->isPlain()]);
33
+
34
return $job->isPlain() ? json_encode($job->getPayload()) : json_encode(['job' => $handlerJob, 'data' => $job->getPayload()]);
35
}
36
0 commit comments