| Línea 378... |
Línea 378... |
| 378 |
'name' => $recruitmentCandidate->name,
|
378 |
'name' => $recruitmentCandidate->name,
|
| 379 |
'company'=>$currentCompany->id,
|
379 |
'company'=>$currentCompany->id,
|
| 380 |
'job_description_id' => $jobDescription->job_description_id,
|
380 |
'job_description_id' => $jobDescription->job_description_id,
|
| 381 |
'location' => $recruitmentCandidate->location_id,
|
381 |
'location' => $recruitmentCandidate->location_id,
|
| 382 |
'job_category_id' => $recruitmentCandidate->job_category_id,
|
382 |
'job_category_id' => $recruitmentCandidate->job_category_id,
|
| 383 |
'job_id' => $recruitmentCandidate->job_id,
|
- |
|
| 384 |
'text' => $recruitmentCandidate->text,
|
383 |
'text' => $recruitmentCandidate->text,
|
| 385 |
'industry' => $recruitmentCandidate->industry_id,
|
384 |
'industry' => $recruitmentCandidate->industry_id,
|
| 386 |
'status' => $recruitmentCandidate->status,
|
385 |
'status' => $recruitmentCandidate->status,
|
| 387 |
'content' => $recruitmentCandidate->content ? json_decode($recruitmentCandidate->content) : [],
|
386 |
'content' => $recruitmentCandidate->content ? json_decode($recruitmentCandidate->content) : [],
|
| 388 |
]
|
387 |
]
|