From a4cac13c414de96c132cf3d2cec66e0b74355e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com> Date: Mon, 26 May 2025 15:46:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E8=BD=AF=E5=88=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Shop.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Models/Shop.php b/app/Models/Shop.php index 8e7d8d0..a636c5f 100644 --- a/app/Models/Shop.php +++ b/app/Models/Shop.php @@ -4,10 +4,11 @@ namespace App\Models; use App\Models\traits\Filter; use Illuminate\Database\Eloquent\Model; +use Illuminate\Database\Eloquent\SoftDeletes; class Shop extends Model { - use Filter; + use Filter,SoftDeletes; public static $PLAT_KTT = 1; public static $PLAT_MX = 0;