From 5f383e07684029b2bf9b319eef0b0ad00817d1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.eu> Date: Sat, 9 May 2020 09:59:28 +0200 Subject: [PATCH] Correction & Remise en ordre des use --- Controller/Adminhtml/CategoryWidget/Index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Controller/Adminhtml/CategoryWidget/Index.php b/Controller/Adminhtml/CategoryWidget/Index.php index bb11077..75cc023 100755 --- a/Controller/Adminhtml/CategoryWidget/Index.php +++ b/Controller/Adminhtml/CategoryWidget/Index.php @@ -3,11 +3,11 @@ namespace NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget; use \Magento\Backend\App\Action\Context; use \Magento\Backend\Model\View\Result\Page; +use \Magento\Framework\App\Request\DataPersistorInterface; use \Magento\Framework\Controller\ResultInterface; use \Magento\Framework\Registry; use \Magento\Framework\View\Result\PageFactory; use \NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget; -use \Magento\Framework\App\Request\DataPersistorInterface; /** * Class Index @@ -17,7 +17,8 @@ use \Magento\Framework\App\Request\DataPersistorInterface; * @author Nicolas Béjean <nicolas@bejean.eu> * @license https://github.com/nicolasbejean/category-widget/blob/master/licence.txt BSD Licence * @link https://www.bejean.eu - */class Index extends CategoryWidget + */ +class Index extends CategoryWidget { /** * @var PageFactory -- GitLab