Merge pull request 'FIX: Indice de Repo/Propietario:rut' (#15) from hotfix/editar-propietario-no-guarda into develop

Reviewed-on: #15
This commit is contained in:
2025-02-24 19:12:29 +00:00

View File

@ -19,6 +19,10 @@ class Propietario extends Ideal\Repository
{
return 'rut';
}
protected function getIndex(Define\Model $model): mixed
{
return $model->rut;
}
public function create(?array $data = null): Define\Model
{