格式化 start、base、traits 和 App、Config、Error、Loader 代码的样式。其他代码的样式待处理。

This commit is contained in:
Lin07ux
2017-11-05 15:21:42 +08:00
committed by ThinkPHP
parent 0fb51680e8
commit 35e763c8ff
9 changed files with 682 additions and 513 deletions

View File

@@ -12,7 +12,8 @@
namespace think;
// ThinkPHP 引导文件
// 加载基础文件
// 1. 加载基础文件
require __DIR__ . '/base.php';
// 执行应用
// 2. 执行应用
App::run()->send();