mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
delete is_deleted field
This commit is contained in:
@ -26,7 +26,8 @@ class ClienteUsuariosModel extends ShieldUserModel
|
||||
protected $returnType = "App\Entities\Usuarios\UserEntity";
|
||||
|
||||
protected $useTimestamps = true;
|
||||
protected $useSoftDeletes = false;
|
||||
protected $useSoftDeletes = true;
|
||||
protected $deletedField = 'deleted_at';
|
||||
|
||||
protected $createdField = "created_at";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user