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