dbms_init...1
This commit is contained in:
parent
eb135bdf2c
commit
22842d79dd
@ -6,6 +6,8 @@ use App\Models\CommonModel;
|
||||
|
||||
abstract class CustomerModel extends CommonModel
|
||||
{
|
||||
protected $useSoftDeletes = true;
|
||||
|
||||
protected function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user