Skip to content

Commit 20ee336

Browse files
author
palPalani
committed
Fix getting mmultiple message
1 parent 615cdbc commit 20ee336

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
@@ -113,6 +113,7 @@ private function modifyPayload($payload, $class)
113113

114114
$body = [];
115115
foreach ($payload as $item) {
116+
Log::debug('Each Messages==', [$item]);
116117
$body[] = json_decode($item['Body'], true);
117118
}
118119

0 commit comments

Comments
 (0)