mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
Config::reset 方法
This commit is contained in:
@@ -129,4 +129,9 @@ class Config
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 重置配置参数
|
||||||
|
public static function reset($name, $value = null, $range = '')
|
||||||
|
{
|
||||||
|
self::$config = [];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user