You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: queues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -941,7 +941,7 @@ use App\Jobs\SendNotification;
941
941
SendNotification::dispatchAfterResponse();
942
942
```
943
943
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:
0 commit comments