FIX: Indice de Repo/Propietario:rut

This commit is contained in:
Juan Pablo Vial
2025-02-24 16:11:51 -03:00
parent fd6d61ec21
commit b8af053c43

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
{