类名规范

This commit is contained in:
thinkphp
2015-05-12 15:37:37 +08:00
parent 36a84e75de
commit b543317bbd
2 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ class Error {
$data['code'] = $code;
$data['msg'] = $message;
$data['time'] = NOW_TIME;
app::returnData($data);
App::returnData($data);
}
$e = [];
if (APP_DEBUG) {