Parcourir la source

Update:Fixed path error

Jinhui Zhu il y a 6 ans
Parent
commit
65b01abbd6
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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);
     }
-}
+}

+ 1 - 1
src/Request/Url.php

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