rabin 1 anno fa
parent
commit
b96ea3f2ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {