FIX: apellidos no existentes
This commit is contained in:
@ -33,7 +33,8 @@ class Propietario extends Ideal\Repository
|
||||
$arr['materno'] = $data['apellido_materno'];
|
||||
}
|
||||
return $arr;
|
||||
}))
|
||||
})
|
||||
->setDefault([]))
|
||||
->register('direccion', (new Implement\Repository\Mapper())
|
||||
->setProperty('datos')
|
||||
->setFunction(function($data) {
|
||||
|
Reference in New Issue
Block a user