Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 5f383e07 authored by Nicolas's avatar Nicolas
Browse files

Correction & Remise en ordre des use

parent 36b8e07d
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,11 @@ namespace NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget; ...@@ -3,11 +3,11 @@ namespace NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget;
use \Magento\Backend\App\Action\Context; use \Magento\Backend\App\Action\Context;
use \Magento\Backend\Model\View\Result\Page; use \Magento\Backend\Model\View\Result\Page;
use \Magento\Framework\App\Request\DataPersistorInterface;
use \Magento\Framework\Controller\ResultInterface; use \Magento\Framework\Controller\ResultInterface;
use \Magento\Framework\Registry; use \Magento\Framework\Registry;
use \Magento\Framework\View\Result\PageFactory; use \Magento\Framework\View\Result\PageFactory;
use \NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget; use \NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget;
use \Magento\Framework\App\Request\DataPersistorInterface;
/** /**
* Class Index * Class Index
...@@ -17,7 +17,8 @@ use \Magento\Framework\App\Request\DataPersistorInterface; ...@@ -17,7 +17,8 @@ use \Magento\Framework\App\Request\DataPersistorInterface;
* @author Nicolas Béjean <nicolas@bejean.eu> * @author Nicolas Béjean <nicolas@bejean.eu>
* @license https://github.com/nicolasbejean/category-widget/blob/master/licence.txt BSD Licence * @license https://github.com/nicolasbejean/category-widget/blob/master/licence.txt BSD Licence
* @link https://www.bejean.eu * @link https://www.bejean.eu
*/class Index extends CategoryWidget */
class Index extends CategoryWidget
{ {
/** /**
* @var PageFactory * @var PageFactory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment