rabin 1 year ago
parent
commit
b96ea3f2ed
1 changed files with 1 additions and 1 deletions
  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) {