Jake Vanderwerf
10 days ago de317675a8069b747cb253ba3e2b5dc394ca36ef
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