<?phpnamespace IlluminateContractsEvents;interface ShouldBeDiscovered{ /** * Determine if the listener should be registered during event discovery. */ public static function shouldBeDiscovered(): bool;}