简化App::run(),省去参数$config

This commit is contained in:
huangdijia
2015-12-22 15:25:38 +08:00
parent d28dbf644e
commit a71ed560de
2 changed files with 3 additions and 3 deletions

View File

@@ -48,4 +48,4 @@ if ('sae' != APP_MODE && is_file(APP_PATH . 'build.php')) {
}
// 执行应用
!IN_UNIT_TEST && App::run(Config::get());
!IN_UNIT_TEST && App::run();