Skip to content

Commit 69ea80f

Browse files
committed
fix events not firing by registering service provider
1 parent fc79774 commit 69ea80f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Providers/Service.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function boot()
4545

4646
public function register()
4747
{
48+
parent::register();
49+
4850
$this->mergeConfigFrom(__DIR__ . '/../../config/services.php', 'services');
4951
$this->commands(Publish::class);
5052
$this->app->singleton('mixpanel', LaravelMixpanel::class);

0 commit comments

Comments
 (0)