From e459383a795716b166568f633d55ebb6d2a66410 Mon Sep 17 00:00:00 2001 From: alojua Date: Tue, 12 Dec 2017 17:37:11 +0100 Subject: [PATCH] Change wrong method name --- templates/fileEAVAttribute/Model/${Entityname}.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/fileEAVAttribute/Model/${Entityname}.php b/templates/fileEAVAttribute/Model/${Entityname}.php index defe098..bb44f76 100644 --- a/templates/fileEAVAttribute/Model/${Entityname}.php +++ b/templates/fileEAVAttribute/Model/${Entityname}.php @@ -104,7 +104,7 @@ public function getImageValueForForm(string $imageAttrCode): array * @param string $imageAttrCode * @return mixed */ - public function getMainImageSrc(string $imageAttrCode) + public function getImageSrc(string $imageAttrCode) { /** @var ImageAbstract $image */ $image = $this->imageFactory->create($imageAttrCode);