> */ protected $listen = [ Registered::class => [ SendEmailVerificationNotification::class, ], UserLoginEvents::class=>[ UserLoginLogListener::class ] ]; /** * Register any events for your application. * * @return void */ public function boot() { // } }