diff --git a/packages/Webkul/Product/src/Type/Simple.php b/packages/Webkul/Product/src/Type/Simple.php index cbe9722e0..01c063c6b 100644 --- a/packages/Webkul/Product/src/Type/Simple.php +++ b/packages/Webkul/Product/src/Type/Simple.php @@ -75,8 +75,7 @@ class Simple extends AbstractType } public function getImages(){ - $variant = $this->product->variants()->first(); - return $this->product->images(); + return $this->product->images; } }