Skip to content

Commit

Permalink
Update GalleryMobile.php
Browse files Browse the repository at this point in the history
  • Loading branch information
davidduong90 authored May 12, 2022
1 parent 9153ffa commit a788e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Block/Adminhtml/Magicslider/Helper/Form/GalleryMobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Magento\Eav\Model\Entity\Attribute;
use Magento\Catalog\Api\Data\ProductInterface;

class GalleryMobile extends\Magento\Catalog\Block\Adminhtml\Product\Helper\Form\Gallery
class GalleryMobile extends \Magento\Catalog\Block\Adminhtml\Product\Helper\Form\Gallery
{
/**
* Gallery field name suffix
Expand Down Expand Up @@ -58,4 +58,4 @@ public function getImages()
// return $this->registry->registry('current_product');
// }

}
}

0 comments on commit a788e6a

Please sign in to comment.