Fix cs
modifié: core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php modifié: core/lib/Thelia/Form/ImportForm.php
This commit is contained in:
@@ -25,8 +25,6 @@ use Symfony\Component\DependencyInjection\SimpleXMLElement;
|
|||||||
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
|
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
|
||||||
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
|
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
|
||||||
use Symfony\Component\DependencyInjection\Loader\FileLoader;
|
use Symfony\Component\DependencyInjection\Loader\FileLoader;
|
||||||
use Thelia\ImportExport\Export\ExportHandler;
|
|
||||||
use Thelia\ImportExport\Import\ImportHandler;
|
|
||||||
use Thelia\Model\Export;
|
use Thelia\Model\Export;
|
||||||
use Thelia\Model\ExportCategory;
|
use Thelia\Model\ExportCategory;
|
||||||
use Thelia\Model\ExportCategoryQuery;
|
use Thelia\Model\ExportCategoryQuery;
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ class ImportForm extends BaseForm
|
|||||||
parent::__construct($request, $type, $data, $options); // TODO: Change the autogenerated stub
|
parent::__construct($request, $type, $data, $options); // TODO: Change the autogenerated stub
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* in this function you add all the fields you need for your Form.
|
* in this function you add all the fields you need for your Form.
|
||||||
|
|||||||
Reference in New Issue
Block a user