Skip to content

Commit

Permalink
bugfix: events should now fire properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 12, 2021
1 parent c4d21bb commit 3f345a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Providers/ApiatoProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ public function register(): void
// parent::register() should be called AFTER we bind 'Apiato'
parent::register();

$this->runLoaderRegister();

$this->overrideLaravelBaseProviders();

$this->runLoaderRegister();
}

/**
Expand Down

0 comments on commit 3f345a1

Please sign in to comment.