beyondcode / helo-laravel

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

Incompatible with Laravel Debugbar #6

Closed stayallive closed 4 years ago

stayallive commented 4 years ago

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
tshafer commented 4 years ago

I am running into the same issue.

zupolgec commented 4 years ago

@stayallive @tshafer can you please test v1.0.2 that fixed #1?

stayallive commented 4 years ago

Yes looks good on my end 👍

tshafer commented 4 years ago

Same, thanks!