<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:34
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class PositionHistoryResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\x65\155\160\x6c\157\x79\145\145\137\x69\x64" => $this->employee_id, "\145\x6d\x70\x6c\157\x79\145\x65" => $this->employee, "\160\x6f\x73\x69\164\x69\157\156\137\x69\144" => $this->position_id, "\x70\x6f\163\x69\164\x69\x6f\156" => $this->position, "\146\162\x6f\155\137\144\x61\164\x65" => $this->from_date, "\x74\157\137\x64\141\164\145" => $this->to_date]; } }