Example #1
0
 /**
  * Get the path of the airymvc config folder.
  *
  * @return string the config folder.
  */
 public static function configFolder()
 {
     return Framework::root() . DIRECTORY_SEPARATOR . "config";
 }