Skip to content

Commit 5b54855

Browse files
committed
wip
1 parent 24b61ec commit 5b54855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ class SendShipmentNotification implements ShouldQueue
556556

557557
If one of your queued listeners is encountering an error, you likely do not want it to keep retrying indefinitely. Therefore, Laravel provides various ways to specify how many times or for how long a listener may be attempted.
558558

559-
You may define a `tries` property on your listener class to specify how many times the listener may be attempted before it is considered to have failed:
559+
You may define a `tries` property or method on your listener class to specify how many times the listener may be attempted before it is considered to have failed:
560560

561561
```php
562562
<?php

0 commit comments

Comments
 (0)