Skip to content

Commit 8570457

Browse files
Make QueueBusy event consistent with other queue events (#10742)
1 parent 49c144a commit 8570457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ public function boot(): void
23502350
Event::listen(function (QueueBusy $event) {
23512351
Notification::route('mail', '[email protected]')
23522352
->notify(new QueueHasLongWaitTime(
2353-
$event->connection,
2353+
$event->connectionName,
23542354
$event->queue,
23552355
$event->size
23562356
));

0 commit comments

Comments
 (0)