From b71bba6a1e632dcb2eebcb1fc2031c92b45ae12d Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Wed, 22 Apr 2020 20:17:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9F=BA=E7=A1=80=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/base/CatchModel.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extend/catcher/base/CatchModel.php b/extend/catcher/base/CatchModel.php index e3db6be..a711892 100644 --- a/extend/catcher/base/CatchModel.php +++ b/extend/catcher/base/CatchModel.php @@ -14,9 +14,7 @@ use think\model\concern\SoftDelete; */ abstract class CatchModel extends \think\Model { - use SoftDelete; - use TransTrait; - use BaseOptionsTrait; + use SoftDelete, TransTrait, BaseOptionsTrait; protected $createTime = 'created_at';