antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

MailChecker fails #79

Open marktopper opened 6 years ago

marktopper commented 6 years ago
Argument 2 passed to Illuminate\Mail\MailServiceProvider::setGlobalAddress() must be of the type array, object given, called in vendor/laravel/framework/src/Illuminate/Mail/MailServiceProvider.php on line 58

It happens that sometimes the mail configuration is by this package read as a collection instead of an array.

I can't replicate it without this package.