Skip to content

Commit

Permalink
Merge pull request #4 from yormy/fix/listener-not-working
Browse files Browse the repository at this point in the history
Fix non working listener in Laravel 8
  • Loading branch information
liran-co authored Jan 14, 2021
2 parents 44c4ec6 + 18a874f commit 6cc6687
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@ public function boot()
{
parent::boot();
}

public function register()
{
}
}

0 comments on commit 6cc6687

Please sign in to comment.