<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:37
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class TransitionPointResource extends JsonResource { public function toArray($request) { return ["\151\144" => $this->id, "\x65\x6d\x70\154\157\x79\x65\x65\137\151\x64" => $this->employee_id, "\164\145\x6e\x75\x72\x65\137\160\157\151\x6e\x74\x73" => $this->tenure_points, "\154\x65\x76\x65\154\137\x70\157\x69\x6e\x74\x73" => $this->level_points, "\x70\x6f\163\x69\x74\151\x6f\x6e\137\x70\x6f\151\x6e\164\163" => $this->position_points, "\156\x6f\x74\145" => $this->note, "\x63\x72\145\x61\164\145\x64\x5f\x61\x74" => $this->created_at, "\165\160\x64\x61\x74\x65\x64\137\141\x74" => $this->updated_at]; } }