['App\Listeners\AuthEventListener@login'], \Illuminate\Auth\Events\Logout::class => ['App\Listeners\AuthEventListener@logout'], \App\Events\UserCreated::class => [MarkNotificationsRead::class], ]; /** * Register any events for your application. * * @return void */ public function boot() { // } }