From d4c03b91a3956f8c6bdc0b26b832af6da9f68d08 Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Fri, 18 Sep 2020 17:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E4=B8=93=E5=91=98=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=90=8E=20=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E8=BF=98=E6=98=AF=E6=AD=A3=E5=B8=B8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Model/v3/ServicePersonnel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Model/v3/ServicePersonnel.php b/app/Model/v3/ServicePersonnel.php index f862bb3..ad1aeaf 100644 --- a/app/Model/v3/ServicePersonnel.php +++ b/app/Model/v3/ServicePersonnel.php @@ -4,9 +4,11 @@ declare (strict_types=1); namespace App\Model\v3; use App\Model\Model; +use Hyperf\Database\Model\SoftDeletes; class ServicePersonnel extends Model { + use SoftDeletes; /** * The table associated with the model. *