diff --git a/src/Providers/Service.php b/src/Providers/Service.php index 37d5a2a..3988a3a 100644 --- a/src/Providers/Service.php +++ b/src/Providers/Service.php @@ -45,6 +45,8 @@ public function boot() public function register() { + parent::register(); + $this->mergeConfigFrom(__DIR__ . '/../../config/services.php', 'services'); $this->commands(Publish::class); $this->app->singleton('mixpanel', LaravelMixpanel::class);