[ SendEmailVerificationNotification::class, ], SocialiteWasCalled::class => [ // ... other providers 'SocialiteProviders\\Discord\\DiscordExtendSocialite@handle', ], 'Illuminate\Auth\Events\Verified' => [ Verified::class, ], ]; /** * Register any events for your application. * * @return void */ public function boot() { // } }