mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
同步升级组件 6.0.39
This commit is contained in:
parent
52d11305a2
commit
825163364b
@ -16,10 +16,10 @@
|
|||||||
|
|
||||||
namespace think;
|
namespace think;
|
||||||
|
|
||||||
use think\admin\service\SystemService;
|
use think\admin\service\RuntimeService;
|
||||||
|
|
||||||
// 加载基础文件
|
// 加载基础文件
|
||||||
require __DIR__ . '/../vendor/autoload.php';
|
require __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
// WEB应用初始化
|
// WEB应用初始化
|
||||||
SystemService::instance()->doInit();
|
RuntimeService::doWebsiteInit();
|
4
think
4
think
@ -16,10 +16,10 @@
|
|||||||
|
|
||||||
namespace think;
|
namespace think;
|
||||||
|
|
||||||
use think\admin\service\SystemService;
|
use think\admin\service\RuntimeService;
|
||||||
|
|
||||||
// 加载基础文件
|
// 加载基础文件
|
||||||
require __DIR__ . '/vendor/autoload.php';
|
require __DIR__ . '/vendor/autoload.php';
|
||||||
|
|
||||||
// 命令行应用初始化
|
// 命令行应用初始化
|
||||||
SystemService::instance()->doConsoleInit();
|
RuntimeService::doConsoleInit();
|
Loading…
x
Reference in New Issue
Block a user