[ MaintenanceModeEnabledNotification::class, ], MaintenanceModeDisabled::class => [ MaintenanceModeDisabledNotification::class, ], SocialiteWasCalled::class => [ AzureExtendSocialite::class.'@handle', AuthentikExtendSocialite::class.'@handle', ClerkExtendSocialite::class.'@handle', DiscordExtendSocialite::class.'@handle', GoogleExtendSocialite::class.'@handle', InfomaniakExtendSocialite::class.'@handle', ZitadelExtendSocialite::class.'@handle', ], ]; public function boot(): void { // } public function shouldDiscoverEvents(): bool { return true; } }