Closed orkhanahmadov closed 2 years ago
Using this package with Laravel 9, it is not possible to use \Mail::extend().
\Mail::extend()
This little change adds an empty extend() method to Laravel7Mailer to prevent it from crashing.
extend()
@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.
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.