命令行入口使用绝对路径

pull/198/head
F4NNIU 2020-05-20 15:06:13 +08:00
parent cf4949db77
commit 49729f313d
1 changed files with 1 additions and 1 deletions

2
think
View File

@ -14,4 +14,4 @@
define('APP_PATH', __DIR__ . '/application/');
// 加载框架引导文件
require './thinkphp/console.php';
require __DIR__ . './thinkphp/console.php';