[ MaintenanceModeEnabledNotification::class, ], MaintenanceModeDisabled::class => [ MaintenanceModeDisabledNotification::class, ], // Registered::class => [ // SendEmailVerificationNotification::class, // ], \SocialiteProviders\Manager\SocialiteWasCalled::class => [ \SocialiteProviders\Azure\AzureExtendSocialite::class.'@handle', ], ]; public function boot(): void { // } public function shouldDiscoverEvents(): bool { return false; } }