Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 1443 | Rev 1445 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1443 Rev 1444
Línea 232... Línea 232...
232
                }
232
                }
Línea 233... Línea 233...
233
 
233
 
234
                $recruitmentForm = new RecruitmentSelectionVacancy();
234
                $recruitmentForm = new RecruitmentSelectionVacancy();
Línea 235... Línea 235...
235
                $hydrator->hydrate($dataPost, $recruitmentForm);
235
                $hydrator->hydrate($dataPost, $recruitmentForm);
236
 
236
 
Línea 237... Línea 237...
237
                $recruitmentForm->location_id = $location->uuid;
237
                $recruitmentForm->location_id = $location->id;
238
                $recruitmentForm->company_id = $currentCompany->uuid;
238
                $recruitmentForm->company_id = $currentCompany->id;
239
 
239