<?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 PermissionResource extends JsonResource { public function toArray($request) { return ["\x69\x64" => $this->id, "\x6e\141\x6d\x65" => $this->name]; } }