Closed careybaird closed 2 years ago
A fatal error occurs when dispatching jobs due to this recent change in Laravel:
https://github.com/laravel/framework/pull/44847
The JobDecorator in Laravel Actions relies on these methods.
Thanks for raising this!
Fortunately, the fix was very simple. I've created a new patch release (See v2.4.2).
v2.4.2
Awesome! Thank you for the super fast response 🙏
A fatal error occurs when dispatching jobs due to this recent change in Laravel:
https://github.com/laravel/framework/pull/44847
The JobDecorator in Laravel Actions relies on these methods.