mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 07:32:48 +08:00
改进App类的initCommon的返回值
This commit is contained in:
@@ -450,9 +450,9 @@ class App
|
|||||||
// 监听app_init
|
// 监听app_init
|
||||||
Hook::listen('app_init');
|
Hook::listen('app_init');
|
||||||
|
|
||||||
self::$init = $config;
|
self::$init = true;
|
||||||
}
|
}
|
||||||
return self::$init;
|
return Config::get();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user