From 0e84f9480669bce26deb2f222d55b68a3f266ae1 Mon Sep 17 00:00:00 2001 From: weigang Date: Wed, 23 Sep 2020 11:43:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E8=BD=AF=E5=88=A0?= =?UTF-8?q?=E9=99=A4=EF=BC=8C=E7=9B=91=E6=8E=A7=E5=95=86=E6=88=B7=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Model/v3/ShoppingCart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Model/v3/ShoppingCart.php b/app/Model/v3/ShoppingCart.php index 5784036..e1d246c 100644 --- a/app/Model/v3/ShoppingCart.php +++ b/app/Model/v3/ShoppingCart.php @@ -3,11 +3,11 @@ namespace App\Model\v3; use App\Model\Model; -// use Hyperf\Database\Model\SoftDeletes; +use Hyperf\Database\Model\SoftDeletes; class ShoppingCart extends Model { - // use SoftDeletes; + use SoftDeletes; protected $table = 'lanzu_shopping_cart'; protected $fillable = [