Skip to content

Commit

Permalink
Change wrong method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jalogut committed Dec 12, 2017
1 parent 06ceb70 commit e459383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fileEAVAttribute/Model/${Entityname}.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e459383

Please sign in to comment.