From 44da234f532e5c33ecad5a38f03699a09815c2d2 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 10 Oct 2019 13:44:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=BB=BA=E7=AB=8B=E4=B8=AD?= =?UTF-8?q?=E9=97=B4=E4=BB=B6;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/middleware/PermissionAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/middleware/PermissionAuth.php b/app/middleware/PermissionAuth.php index d1c83eb..285e365 100644 --- a/app/middleware/PermissionAuth.php +++ b/app/middleware/PermissionAuth.php @@ -6,6 +6,6 @@ class PermissionAuth { public function handle($request, \Closure $next) { - + return $next($request); } }