[ SendEmailVerificationNotification::class, ], 'App\Events\ExampleEvent' => [ 'App\Listeners\ExampleListener', ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }