<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:36
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class SettingResource extends JsonResource { public function toArray($request) { return ["\x69\x64" => $this->id, "\x67\x72\x6f\x75\x70" => $this->group, "\164\x61\142" => $this->tab, "\163\154\165\147" => $this->slug, "\x6e\141\155\145" => $this->name, "\143\x6f\x6e\x74\x65\x6e\x74" => $this->content, "\145\x78\x61\155\160\x6c\x65" => $this->example, "\162\x75\154\x65" => $this->rule, "\164\171\x70\x65" => $this->type, "\151\x73\137\x70\x75\142\154\x69\163\150" => $this->is_publish]; } }