Skip to content

Commit

Permalink
Remove unexisted event listener example
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimot24 committed Oct 21, 2024
1 parent 3bdf260 commit c106641
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ class EventServiceProvider extends ServiceProvider
* @var array
*/
protected $listen = [
'App\Events\SomeEvent' => [
'App\Listeners\EventListener',
],

'Illuminate\Auth\Events\Login' => [
'\App\Listeners\UserEventListener@countLogin',
],
Expand Down

0 comments on commit c106641

Please sign in to comment.