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