I get the following 2 errors when having the Laravel Debugbar active at the same time as this package.
Cannot add MailCollector to Laravel Debugbar: Method BeyondCode\HeloLaravel\Mailer::mailer does not exist.
/private/var/www/simulise/vendor/barryvdh/laravel-debugbar/src/LaravelDebugbar.php#427
Method BeyondCode\HeloLaravel\Mailer::mailer does not exist.
/private/var/www/simulise/vendor/laravel/framework/src/Illuminate/Support/Traits/Macroable.php#103
I get the following 2 errors when having the Laravel Debugbar active at the same time as this package.