Skip to content

Commit 6a667d9

Browse files
authored
Update RabbitQueue.php
1 parent aba1186 commit 6a667d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RabbitQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ private function createMessage($payload, int $attempts = 2): array
400400
];
401401
}
402402

403-
private function publishProperties(string $queue = '', array $options = []): array
403+
private function publishProperties(?string $queue = '', array $options = []): array
404404
{
405405
$queue = $this->getQueue($queue);
406406
$attempts = Arr::get($options, 'attempts') ?: 0;

0 commit comments

Comments
 (0)