/home/techb158/immovalet.com/platform/plugins/ecommerce/src/Http/Resources
NameSizeModeActions
CustomerResource.php7350644editdlrm
ProductVariationResource.php17850644editdlrm
Edit: /home/techb158/immovalet.com/platform/plugins/ecommerce/src/Http/Resources/CustomerResource.php (735B)
$this->id, 'name' => $this->name, 'email' => $this->email, 'phone' => $this->phone, 'avatar' => $this->avatar_url, 'dob' => $this->dob, 'gender' => $this->gender, 'description' => $this->description, ]; } }