From a788e6a8a59be90933221f0cc62c94b4713c789b Mon Sep 17 00:00:00 2001 From: David Duong Date: Thu, 12 May 2022 11:12:56 +0700 Subject: [PATCH] Update GalleryMobile.php --- Block/Adminhtml/Magicslider/Helper/Form/GalleryMobile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Block/Adminhtml/Magicslider/Helper/Form/GalleryMobile.php b/Block/Adminhtml/Magicslider/Helper/Form/GalleryMobile.php index f56eb40..ebefc52 100644 --- a/Block/Adminhtml/Magicslider/Helper/Form/GalleryMobile.php +++ b/Block/Adminhtml/Magicslider/Helper/Form/GalleryMobile.php @@ -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 @@ -58,4 +58,4 @@ public function getImages() // return $this->registry->registry('current_product'); // } -} \ No newline at end of file +}