berkayk / laravel-onesignal

OneSignal Push Notifications for Laravel
505 stars 175 forks source link

Alias the 'onesignal' service #91

Closed mbabker closed 5 years ago

mbabker commented 6 years ago

This will allow the Laravel container to autowire services which have a dependency to the Berkayk\OneSignal\OneSignalClient without requiring use of the facade, app() helper, or other types of service locator based code.

This PR fixes issue #84

vanushwashere commented 5 years ago

Please merge this PR

scramatte commented 5 years ago

I'm trying to use Lumen 5.7 with OneSignal, and I've got same issue despite applying patch ... Any idea ?