Skip to content

Commit de05b9b

Browse files
palpalaniactions-user
authored andcommitted
Fix styling
1 parent fa7a486 commit de05b9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sqs/Queue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ protected function createPayload($job, $data = '', $queue = null)
3030

3131
$handlerJob = $this->getClass($queue) . '@handle';
3232
Log::debug('$job->isPlain()====', [$job->isPlain()]);
33+
3334
return $job->isPlain() ? json_encode($job->getPayload()) : json_encode(['job' => $handlerJob, 'data' => $job->getPayload()]);
3435
}
3536

0 commit comments

Comments
 (0)