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