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
feat(bus): allow adding multiple jobs to chain (#55668)
`prependToChain()` reverses the collection before inserting the jobs one
by one to ensure that the first job is processed before the second one.
[12.x] Option to disable dispatchAfterResponse in a test (#55456)
* Option to disable/enable dispatchAfterresponse
* formatting
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[12.x] Option to disable dispatchAfterResponse in a test (#55456)
* Option to disable/enable dispatchAfterresponse
* formatting
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[12.x] Option to disable dispatchAfterResponse in a test (#55456)
* Option to disable/enable dispatchAfterresponse
* formatting
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[12.x] Option to disable dispatchAfterResponse in a test (#55456)
* Option to disable/enable dispatchAfterresponse
* formatting
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>