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 0a7d1276 authored by Nicolas's avatar Nicolas
Browse files

Mise en page

parent c8439002
No related branches found
No related tags found
No related merge requests found
<?php <?php
namespace NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget; namespace NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget;
use \Magento\Backend\App\Action\Context;
use \Magento\Backend\Model\View\Result\Redirect; use \Magento\Backend\Model\View\Result\Redirect;
use \Magento\Framework\Controller\ResultInterface; use \Magento\Framework\Controller\ResultInterface;
use \NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget as CategoryWidgetController; use \Magento\Framework\App\ObjectManager;
use \Magento\Backend\App\Action\Context; use \Magento\Framework\App\Request\DataPersistorInterface;
use \Magento\Framework\Registry;
use \NicolasBejean\CategoryWidget\Api\CategoryWidgetRepositoryInterface; use \NicolasBejean\CategoryWidget\Api\CategoryWidgetRepositoryInterface;
use \NicolasBejean\CategoryWidget\Controller\Adminhtml\CategoryWidget as CategoryWidgetController;
use \NicolasBejean\CategoryWidget\Model\CategoryWidget; use \NicolasBejean\CategoryWidget\Model\CategoryWidget;
use \NicolasBejean\CategoryWidget\Model\CategoryWidgetFactory; use \NicolasBejean\CategoryWidget\Model\CategoryWidgetFactory;
use \Magento\Framework\App\Request\DataPersistorInterface;
use \Magento\Framework\Registry;
use \Magento\Framework\App\ObjectManager;
use \Exception; use \Exception;
/** /**
......
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