| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | public function toArray($request) |
||
| 18 | { |
||
| 19 | return array_merge(parent::toArray($request), [ |
||
| 20 | 'applicant' => new ApplicantResource($this->whenLoaded('applicant')), |
||
| 21 | 'manager' => new ManagerResource($this->whenLoaded('manager')), |
||
| 22 | 'hr_advisor' => new JsonResource($this->whenLoaded('hr_advisor')), |
||
| 23 | ]); |
||
| 26 |