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
+}