Skip to content

Commit 53ad82c

Browse files
ENGCOM-3797: [Forwardport] Using Media Image custom attribute type could not display on frontend. #19054 #20096
- Merge Pull Request #20096 from davidverholen/magento2:2.3-develop-PR-port-19068 - Merged commits: 1. 0edcd20 2. 9aa1aeb
2 parents 489f0b4 + 9aa1aeb commit 53ad82c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Eav/Model/Entity/Attribute.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Eav\Model\Entity;
87

98
use Magento\Framework\Api\AttributeValueFactory;
@@ -322,7 +321,7 @@ public function afterSave()
322321
}
323322

324323
/**
325-
* @return $this
324+
* @inheritdoc
326325
* @since 100.0.7
327326
*/
328327
public function afterDelete()

0 commit comments

Comments
 (0)