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.
1 parent fc79774 commit 69ea80fCopy full SHA for 69ea80f
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