[ 'App\Listeners\EventListener', ],*/ ]; protected $subscribe = [ NotificationEventListener::class, ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); } }