[ MaintenanceModeEnabledNotification::class, ], MaintenanceModeDisabled::class => [ MaintenanceModeDisabledNotification::class, ], // Registered::class => [ // SendEmailVerificationNotification::class, // ], ]; public function boot(): void { // } public function shouldDiscoverEvents(): bool { return false; } }