mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
去除调试代码
This commit is contained in:
@@ -31,7 +31,7 @@ class Log {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 调用驱动类的方法
|
// 调用驱动类的方法
|
||||||
static public function __callStatic($method, $params){dump($params);
|
static public function __callStatic($method, $params){
|
||||||
return call_user_func_array(array(self::$handler, $method), $params);
|
return call_user_func_array(array(self::$handler, $method), $params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user