Skip to content

Commit 4bb6103

Browse files
authored
Update queues.md (#10418)
1 parent 6d3a4a8 commit 4bb6103

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
@@ -1273,7 +1273,7 @@ public function retryUntil(): DateTime
12731273
If both `retryUntil` and `tries` are defined, Laravel gives precedence to the `retryUntil` method.
12741274

12751275
> [!NOTE]
1276-
> You may also define a `tries` property or `retryUntil` method on your [queued event listeners](/docs/{{version}}/events#queued-event-listeners).
1276+
> You may also define a `tries` property or `retryUntil` method on your [queued event listeners](/docs/{{version}}/events#queued-event-listeners) and [queued notifications](/docs/{{version}}/notifications#queueing-notifications).
12771277
12781278
<a name="max-exceptions"></a>
12791279
#### Max Exceptions

0 commit comments

Comments
 (0)