rabin 1 년 전
부모
커밋
b96ea3f2ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Dever/Route.php

+ 1 - 1
src/Dever/Route.php

@@ -2,7 +2,7 @@
 class Route
 {
     protected static $data = array();
-    protected static $type = '';
+    protected static $type = '?l=';
     public static function input($key = false, $condition = '', $lang = '', $value = '')
     {
         if (!$key) {