terminado

This commit is contained in:
2025-04-29 19:30:35 +02:00
parent 96a6845c0c
commit b288ca498c
11 changed files with 215 additions and 34 deletions

View File

@ -61,6 +61,8 @@ class ClienteModel extends \App\Models\BaseModel
"comentarios",
"user_created_id",
"user_update_id",
"no_envio_base",
"forzar_rotativa_pod",
];
protected $returnType = ClienteEntity::class;
protected $useSoftDeletes = true;