From 9e4883ead60b9ca97807d83ac83901e299da5528 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Tue, 21 Jan 2020 17:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=86=E9=A1=B5=E5=B8=B8?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/base/CatchModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/catcher/base/CatchModel.php b/extend/catcher/base/CatchModel.php index 4202d8f..dfa86fb 100644 --- a/extend/catcher/base/CatchModel.php +++ b/extend/catcher/base/CatchModel.php @@ -21,7 +21,7 @@ abstract class CatchModel extends \think\Model protected $autoWriteTimestamp = true; - protected $limit = 10; + public const LIMIT = 10; // 开启 public const ENABLE = 1;