浏览代码

Update:Fixed path error

Jinhui Zhu 6 年之前
父节点
当前提交
65b01abbd6
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/Cache/Redis.php
  2. 1 1
      src/Request/Url.php

+ 1 - 1
src/Cache/Redis.php

@@ -130,4 +130,4 @@ class Redis implements Intf
     {
     {
         return call_user_func_array(array($this->redis, $method), $args);
         return call_user_func_array(array($this->redis, $method), $args);
     }
     }
-}
+}

+ 1 - 1
src/Request/Url.php

@@ -163,4 +163,4 @@ class Url
         return call_user_func_array(array($this->request, $method), $args);
         return call_user_func_array(array($this->request, $method), $args);
     }
     }
 
 
-}
+}