App类的run方法参数为可选

This commit is contained in:
thinkphp
2016-05-24 12:40:21 +08:00
parent 165c72e0aa
commit 6e11fbc025
2 changed files with 5 additions and 3 deletions

View File

@@ -64,5 +64,5 @@ if (APP_HOOK && isset($mode['tags'])) {
// 是否自动运行
if (APP_AUTO_RUN) {
App::run(Request::instance());
App::run();
}