系统初始化钩子顺序调整

This commit is contained in:
devil
2020-02-14 11:48:05 +08:00
parent 03303945e8
commit 3208f565a3

View File

@ -56,12 +56,12 @@ class Common extends Controller
{
parent::__construct();
// 系统运行开始
SystemService::SystemBegin();
// 系统初始化
$this->SystemInit();
// 系统运行开始
SystemService::SystemBegin();
// 站点状态校验
$this->SiteStstusCheck();