[ \App\Listeners\ExampleListener::class, ], ]; /** * Determine if events and listeners should be automatically discovered. * * @return bool */ public function shouldDiscoverEvents() { return false; } }