menu Controller

This commit is contained in:
merdan 2022-09-21 17:11:32 +05:00
parent 56c03ac660
commit 0e5b272256
1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@ class Simple extends AbstractType
}
public function getImages(){
$variant = $this->product->variants()->first();
return $this->product->images();
return $this->product->images;
}
}