lorisleiva / laravel-actions

⚡️ Laravel components that take care of one specific task
https://laravelactions.com
MIT License
2.49k stars 121 forks source link

Fix test broken by Laravel 9.52.6 / 10.8.0 #237

Closed dmason30 closed 1 year ago

dmason30 commented 1 year ago

Caused by https://github.com/laravel/framework/pull/46806

The afterResponse handler was changed from using $this->dispatchNow(...) to $this->dispatchSync(...) in the above PR.

lorisleiva commented 1 year ago

Thanks for that, this pushed me in the right direction. There were more issues but I managed to fix them in a separate PR so I'll close this one. 🍺