Merge branch 'develop' into feature/cierres

This commit is contained in:
Juan Pablo Vial
2025-02-24 21:36:35 -03:00
19 changed files with 420 additions and 65 deletions

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
{