dineshrabara/bugonemail

Doesn't work with Laravel 5.4

kykyryzo opened this issue · 1 comments

Hi, your package worked perfect with 5.3, but in 5.4 I've got error

FatalThrowableError in CustomBugonemailServiceProvider.php line 21: Call to undefined method Illuminate\Foundation\Application::share()

From https://laravel.com/docs/5.4/upgrade

The share method has been removed from the container.

Confirmed. Throws
Class 'App\Providers\ViewServiceProvider' not found
because the share has been removed in exchange to singleton