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