规范写法

This commit is contained in:
thinkphp
2015-12-29 11:00:35 +08:00
parent fd99559c59
commit fa8f09c9af

View File

@@ -113,7 +113,7 @@ class Log
{
if (in_array($method, self::$type)) {
array_push($args, $method);
return call_user_func_array('\think\Log::record', $args);
return call_user_func_array('\\think\\Log::record', $args);
}
}