We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 104d2a6 + 44dfa1d commit e61fe3aCopy full SHA for e61fe3a
src/OneSignalServiceProvider.php
@@ -18,7 +18,7 @@ public function boot()
18
$this->publishes([$configPath => config_path('onesignal.php')], 'config');
19
$this->mergeConfigFrom($configPath, 'onesignal');
20
21
- if ( class_exists('Laravel\Lumen\Application') ) {
+ if ($this->app instanceof Laravel\Lumen\Application) {
22
$this->app->configure('onesignal');
23
}
24
0 commit comments