From 998c8edf24f927de1a3d51d01d1ba2efe6d5e446 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Sun, 29 Dec 2019 07:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/CatchAdminService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catch/CatchAdminService.php b/catch/CatchAdminService.php index d028fda..4741505 100644 --- a/catch/CatchAdminService.php +++ b/catch/CatchAdminService.php @@ -80,7 +80,7 @@ class CatchAdminService extends Service protected function registerMiddleWares(): void { $this->app->middleware->import([ - // 'catch_check_permission' => PermissionsMiddleware::class, + 'catch_check_permission' => PermissionsMiddleware::class, ], 'route'); }