exists($logoPath)) { return null; } return Storage::disk('public')->url($logoPath); } catch (\Exception) { return null; } } // ── Inscriptions ───────────────────────────────────────────────────────── public static function registrationEnabled(): bool { // Désactivées par défaut return (bool) self::get('registration_enabled', false); } }