File manager - Edit - /var/www/html/homologBancodetalentos/app/Http/Resources/TalentBank/Candidate/ExperienceResource.php
Back
<?php namespace App\Http\Resources\TalentBank\Candidate; use Illuminate\Http\Resources\Json\JsonResource; class ExperienceResource extends JsonResource { public function toArray($request): array { return [ 'id' => $this->id, 'candidate_id' => $this->candidate_id, 'business_line' => $this->businessLine()->get(['id', 'name'])->first(), 'occupation' => $this->occupation()->get(['id', 'name'])->first(), 'company' => $this->company, 'salary' => $this->salary, 'description' => $this->description, 'date_start' => $this->date_start, 'date_end' => $this->date_end, 'is_current' => $this->is_current, ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings