base/Site.php
@@ -130,7 +130,8 @@ public static function has(string $property):bool { return property_exists(self::class, $property) && self::${$property} === true; $inst = self::getInstance(); return property_exists($inst, $property) && $inst::${$property} === true; } public static function hasAny(array $properties):bool