We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc79774 + 69ea80f commit 04273f3Copy full SHA for 04273f3
src/Providers/Service.php
@@ -45,6 +45,8 @@ public function boot()
45
46
public function register()
47
{
48
+ parent::register();
49
+
50
$this->mergeConfigFrom(__DIR__ . '/../../config/services.php', 'services');
51
$this->commands(Publish::class);
52
$this->app->singleton('mixpanel', LaravelMixpanel::class);
0 commit comments