beyondcode / helo-laravel

HELO Laravel helper package to add
MIT License
87 stars 26 forks source link

Prevents crash on Laravel 9 when using `\Mail::extend()` #31

Closed orkhanahmadov closed 2 years ago

orkhanahmadov commented 2 years ago

Using this package with Laravel 9, it is not possible to use \Mail::extend().

This little change adds an empty extend() method to Laravel7Mailer to prevent it from crashing.

iAmKevinMcKee commented 1 year ago

@mpociot Would love to know if this can be merged. I can't install this package because I'm running into this error, and it seems like this is the fix.