From 5fec0b01b7522f9d7939ae1a2cabec864a896ed8 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Sat, 14 Dec 2019 22:55:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=BA=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/base/CatchController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/extend/catcher/base/CatchController.php b/extend/catcher/base/CatchController.php index 86c2ec5..cd13bd6 100644 --- a/extend/catcher/base/CatchController.php +++ b/extend/catcher/base/CatchController.php @@ -6,8 +6,6 @@ use think\facade\View; abstract class CatchController { - protected $middleware = ['check_auth']; - protected $data = []; /**