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
[6.x] Allow easier customization of the queued mailable job (#31684)
* Allow easier customization of the queued mailable job.
This will allow developers to override this makeQueuedJob method in their mailables and return their own job - which means we can enable job middlewares rate limiting etc easily for all mailables.
* Update Mailable.php
Co-authored-by: Taylor Otwell <taylor@laravel.com>
0 commit comments