[ SendEmailVerificationNotification::class, ], ]; protected $subscribe = [ /* * Frontend Subscribers */ /* * Auth Subscribers */ \App\Listeners\Frontend\Auth\UserEventListener::class, ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }