Skip to content

Commit

Permalink
ENGCOM-3797: [Forwardport] Using Media Image custom attribute type co…
Browse files Browse the repository at this point in the history
…uld 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
  • Loading branch information
magento-engcom-team committed Jan 8, 2019
2 parents 489f0b4 + 9aa1aeb commit 53ad82c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/code/Magento/Eav/Model/Entity/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

namespace Magento\Eav\Model\Entity;

use Magento\Framework\Api\AttributeValueFactory;
Expand Down Expand Up @@ -322,7 +321,7 @@ public function afterSave()
}

/**
* @return $this
* @inheritdoc
* @since 100.0.7
*/
public function afterDelete()
Expand Down

0 comments on commit 53ad82c

Please sign in to comment.