<?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 ProductBestSellerResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\164\171\160\145" => $this->type, "\x63\141\164\145\147\x6f\x72\x79\137\151\144" => $this->category_id, "\155\141\x6e\165\146\141\143\x74\x75\x72\x65\162\x5f\151\x64" => $this->manufacturer_id, "\x70\x72\157\144\165\x63\164\x5f\x69\x64" => $this->product_id, "\160\x72\157\x64\x75\x63\164" => $this->product_public, "\x70\x6f\163\x69\x74\151\x6f\x6e" => $this->position]; } }