Config::reset 方法

This commit is contained in:
7IN0SAN9
2015-12-18 01:58:21 +08:00
parent fc15d22811
commit 7f15f4a35e

View File

@@ -129,4 +129,9 @@ class Config
}
}
// 重置配置参数
public static function reset($name, $value = null, $range = '')
{
self::$config = [];
}
}