<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:39
 namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class MenuResource extends JsonResource { public function toArray($request) { return ["\x69\x64" => $this->id, "\x6e\141\x6d\x65" => $this->name, "\x74\171\x70\x65" => $this->type, "\154\151\156\x6b" => $this->link, "\x70\x61\162\145\x6e\x74\137\x69\144" => $this->parent_id, "\x70\x6f\x73\151\164\x69\x6f\156" => $this->position]; } }