提交 f2860f45 编写于 作者: 靳陆陆

fix 命令行无法使用

上级 0261bb87
......@@ -15,8 +15,11 @@ namespace think;
// 加载基础文件
require __DIR__ . '/thinkphp/base.php';
// 引入公共入口文件
require __DIR__.'/public/core.php';
// 应用初始化
Container::get('app')->path(__DIR__ . '/application/')->initialize();
// 控制台初始化
Console::init();
\ No newline at end of file
Console::init();
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册