feature/Proveedores #3

Merged
aldarien merged 8 commits from feature/Proveedores into develop 2024-12-03 20:36:59 -03:00
26 changed files with 802 additions and 358 deletions
Showing only changes of commit 0766cf7e94 - Show all commits

View File

@ -33,7 +33,8 @@ class Propietario extends Ideal\Repository
$arr['materno'] = $data['apellido_materno']; $arr['materno'] = $data['apellido_materno'];
} }
return $arr; return $arr;
})) })
->setDefault([]))
->register('direccion', (new Implement\Repository\Mapper()) ->register('direccion', (new Implement\Repository\Mapper())
->setProperty('datos') ->setProperty('datos')
->setFunction(function($data) { ->setFunction(function($data) {