[ SendEmailVerificationNotification::class, ], UserRegistered::class => [ SendRegistrationNotification::class ], PasswordRecovered::class => [ SendPasswordRecoveredNotification::class ] ]; public function boot() { parent::boot(); } }