Skip to content

Commit ecbe1c0

Browse files
palpalaniactions-user
authored andcommitted
Fix styling
1 parent 8ac9084 commit ecbe1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sqs/Queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected function createPayload($job, $data = '', $queue = null)
3232

3333
return $job->isPlain() ? json_encode($job->getPayload()) : json_encode([
3434
'job' => $handlerJob,
35-
'data' => $job->getPayload()
35+
'data' => $job->getPayload(),
3636
]);
3737
}
3838

0 commit comments

Comments
 (0)