Skip to content

Commit 4e28459

Browse files
Add proper link (#10726)
1 parent f7215d0 commit 4e28459

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
@@ -941,7 +941,7 @@ use App\Jobs\SendNotification;
941941
SendNotification::dispatchAfterResponse();
942942
```
943943

944-
You may also `dispatch` a closure and chain the `afterResponse` method onto the `dispatch` helper to execute a closure after the HTTP response has been sent to the browser:
944+
You may also `dispatch` a closure and chain the `afterResponse` method onto the [dispatch helper](/docs/{{version}}/helpers#method-dispatch) to execute a closure after the HTTP response has been sent to the browser:
945945

946946
```php
947947
use App\Mail\WelcomeMessage;

0 commit comments

Comments
 (0)