laravel-fcm-notification-channel icon indicating copy to clipboard operation
laravel-fcm-notification-channel copied to clipboard

Not working with Laravel 5.8

Open beard7 opened this issue 5 years ago • 2 comments

When used with Laravel 5.8 an exception is thrown: Illuminate\Events\Dispatcher::fire()

From the upgrade docs: The fire method (which was deprecated in Laravel 5.4) of the Illuminate/ Events/Dispatcher class has been removed <laravel/framework#26392>. You should use the dispatch method instead.

beard7 avatar Mar 06 '19 16:03 beard7

I've created a PR to fix this. Can you please merge?

beard7 avatar Mar 07 '19 09:03 beard7

Having the same issue. @enniel

kalemdzievski avatar Apr 08 '19 12:04 kalemdzievski