<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:41
 namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class UserWishlistResource extends JsonResource { public function toArray($request) { return ["\151\144" => $this->id, "\165\163\145\x72\137\151\x64" => $this->user_id, "\160\162\x6f\x64\165\x63\x74\x5f\151\x64" => $this->product_id, "\x70\x72\x6f\144\165\143\x74" => $this->product]; } }