Ejemplo n.º 1
0
 public static function getFilePath($configPath)
 {
     $config = self::get($configPath);
     assert(is_string($config));
     return Zoop::expandPath($config);
 }