mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 13:51:38 +08:00
文件末尾添加换行符
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
namespace Think;
|
||||
|
||||
class Cache {
|
||||
|
||||
/**
|
||||
* 操作句柄
|
||||
* @var object
|
||||
@@ -36,5 +35,4 @@ class Cache {
|
||||
static public function __callStatic($method, $params){
|
||||
return call_user_func_array(array(self::$handler, $method), $params);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user