From 024e470b4f6c395f4ac3a2f9d081e07e56c0ff45 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 9 Apr 2018 18:39:33 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/route.php b/route/route.php index 078c1107e..7cc9375f5 100644 --- a/route/route.php +++ b/route/route.php @@ -15,7 +15,7 @@ use think\facade\Route; /* 去除下面注释可启用禁用功能 */ - return []; +return []; /* 测试环境禁止操作路由绑定 */ Route::post('admin/user/pass', function () {