Skip to content

Commit

Permalink
Merge pull request #102 from lix-it/bugfix/laravel-8-events
Browse files Browse the repository at this point in the history
BUGFIX - Laravel 8 event listeners not working
  • Loading branch information
mikebronner authored Sep 21, 2021
2 parents fc79774 + 69ea80f commit 04273f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Providers/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 04273f3

Please sign in to comment.