Skip to content

Commit 04273f3

Browse files
authored
Merge pull request #102 from lix-it/bugfix/laravel-8-events
BUGFIX - Laravel 8 event listeners not working
2 parents fc79774 + 69ea80f commit 04273f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Providers/Service.php

+2
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)