flyingluscas / Laravel-BugNotifier

Get notified every time an exception is thrown in your application.
MIT License
24 stars 2 forks source link

Make Mail Queueable by default #6

Closed vzool closed 7 years ago

vzool commented 7 years ago

Hi, I made Mail Queueable by default if application configured to use queues. Because, it's less overhead. It's Sync by default. Thanks

flyingluscas commented 7 years ago

@vzool Good job, thanks :D