コード例 #1
0
ファイル: Route.php プロジェクト: prochor666/lethe
 /**
  * Get relative path
  * @description full relative path
  * @return string
  */
 public static function get()
 {
     return Config::query('system/rel');
 }