From 22842d79dda64d8488ae6044b67aa454e1f271a1 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Wed, 25 Jun 2025 14:53:10 +0900 Subject: [PATCH] dbms_init...1 --- app/Models/Customer/CustomerModel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/Customer/CustomerModel.php b/app/Models/Customer/CustomerModel.php index 033c2d6..78d6b74 100644 --- a/app/Models/Customer/CustomerModel.php +++ b/app/Models/Customer/CustomerModel.php @@ -6,6 +6,8 @@ use App\Models\CommonModel; abstract class CustomerModel extends CommonModel { + protected $useSoftDeletes = true; + protected function __construct() { parent::__construct();