mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
去掉Loader::autoload方法的日志记录
This commit is contained in:
@@ -80,7 +80,6 @@ class Loader
|
||||
APP_DEBUG && self::$load[] = $filename;
|
||||
include $filename;
|
||||
} else {
|
||||
Log::record('autoloader error : ' . $filename, 'notice');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user