benwilkins / laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel
MIT License
213 stars 91 forks source link

fix resolve laravel7 #61

Closed gildastema closed 4 years ago

gildastema commented 4 years ago

I had a problem with laravel 7. dependency injection with guzzle

ankurk91 commented 4 years ago

And what was the issue? It is always good to resolve class from container.

gildastema commented 4 years ago

yes i fix and add this line in my container

$this->app->instance(Client::class , new Client());