| Total Complexity | 1 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class JobApplicationBasic extends JsonResource |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Transform the resource into an array. Returns |
||
| 11 | * a subset of the Application properties used on the Basic |
||
| 12 | * Info Application step. |
||
| 13 | * |
||
| 14 | * @param \Illuminate\Http\Request $request |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public function toArray($request) |
||
| 37 |