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