Browse Source

[更新]格式化

Anyon 7 years ago
parent
commit
024e470b4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      route/route.php

+ 1 - 1
route/route.php

@@ -15,7 +15,7 @@
 use think\facade\Route;
 
 /* 去除下面注释可启用禁用功能 */
- return [];
+return [];
 
 /*  测试环境禁止操作路由绑定 */
 Route::post('admin/user/pass', function () {