Jake Vanderwerf
2026-07-10 f94860aacd6200fb24c9e7431eb379a368cb392d
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