Jake Vanderwerf
5 days ago 0dfe1d8afafc59c4a5559c498342668d5a58d6ef
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