mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
规范写法
This commit is contained in:
@@ -113,7 +113,7 @@ class Log
|
|||||||
{
|
{
|
||||||
if (in_array($method, self::$type)) {
|
if (in_array($method, self::$type)) {
|
||||||
array_push($args, $method);
|
array_push($args, $method);
|
||||||
return call_user_func_array('\think\Log::record', $args);
|
return call_user_func_array('\\think\\Log::record', $args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user