예제 #1
0
 /**
  * Returns true if concrete5 is installed, false if it has not yet been.
  */
 public static function isInstalled()
 {
     return static::$instance->isInstalled();
 }