Closed mbabker closed 5 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.
Berkayk\OneSignal\OneSignalClient
app()
This PR fixes issue #84
Please merge this PR
I'm trying to use Lumen 5.7 with OneSignal, and I've got same issue despite applying patch ... Any idea ?
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