dbms_init...1

This commit is contained in:
choi.jh 2025-06-25 14:53:10 +09:00
parent eb135bdf2c
commit 22842d79dd

View File

@ -6,6 +6,8 @@ use App\Models\CommonModel;
abstract class CustomerModel extends CommonModel
{
protected $useSoftDeletes = true;
protected function __construct()
{
parent::__construct();