mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
规范调整
This commit is contained in:
@@ -13,8 +13,10 @@ namespace think;
|
||||
|
||||
class Config
|
||||
{
|
||||
private static $config = []; // 配置参数
|
||||
private static $range = '_sys_'; // 参数作用域
|
||||
// 配置参数
|
||||
private static $config = [];
|
||||
// 参数作用域
|
||||
private static $range = '_sys_';
|
||||
|
||||
// 设定配置参数的作用域
|
||||
public static function range($range)
|
||||
|
||||
Reference in New Issue
Block a user