mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
去除Config文件加载的日志信息
This commit is contained in:
@@ -60,8 +60,6 @@ class Config
|
||||
self::$config[$range] = [];
|
||||
}
|
||||
if (is_file($file)) {
|
||||
// 记录加载信息
|
||||
App::$debug && Log::record('[ CONFIG ] ' . $file, 'info');
|
||||
$type = pathinfo($file, PATHINFO_EXTENSION);
|
||||
if ('php' != $type) {
|
||||
return self::parse($file, $type, $name, $range);
|
||||
|
||||
Reference in New Issue
Block a user