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();