Skip to content

Commit

Permalink
fixed publishGetIds has not return queue name
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Feb 19, 2024
1 parent bf0763e commit b96edf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builders/Traits/MessageQueueMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function publishGetIds(string $body, array $headers = [], null|string $qu
'_header' => $header->toString(),
'_body' => $body,
])) {
$ids[] = $id;
$ids[$queue] = $id;
}
}
return $ids;
Expand Down

0 comments on commit b96edf4

Please sign in to comment.