[ SendNotifyApplyJobSubmitListener::class, SendMailApplyJobSubmitListener::class ], CandidateDeleteApplied::class => [ SendNotifyDeleteAppliedListener::class ], EmployerChangeApplicantsStatus::class => [ SendNotifyChangeApplicantsStatusListener::class, SendMailChangeApplicantsStatusListen::class ] ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }