mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 21:41:36 +08:00
Think\Parser类调整
代码规范调整
This commit is contained in:
@@ -35,7 +35,7 @@ class Cache {
|
||||
}
|
||||
}
|
||||
|
||||
public static function __callStatic($method, $params){
|
||||
static public function __callStatic($method, $params){
|
||||
return call_user_func_array(array(self::$handler, $method), $params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user