diff --git a/core/lib/Thelia/Action/Export.php b/core/lib/Thelia/Action/Export.php index 138c594d6..7f3dffe3b 100644 --- a/core/lib/Thelia/Action/Export.php +++ b/core/lib/Thelia/Action/Export.php @@ -88,4 +88,4 @@ class Export extends BaseAction implements EventSubscriberInterface ); } -} \ No newline at end of file +} diff --git a/core/lib/Thelia/Action/Import.php b/core/lib/Thelia/Action/Import.php index 57f82336c..37eb610dc 100644 --- a/core/lib/Thelia/Action/Import.php +++ b/core/lib/Thelia/Action/Import.php @@ -88,4 +88,4 @@ class Import extends BaseAction implements EventSubscriberInterface ); } -} \ No newline at end of file +} diff --git a/core/lib/Thelia/Model/Export.php b/core/lib/Thelia/Model/Export.php index 879baf60b..fdd9e578b 100644 --- a/core/lib/Thelia/Model/Export.php +++ b/core/lib/Thelia/Model/Export.php @@ -2,7 +2,6 @@ namespace Thelia\Model; -use Propel\Runtime\ActiveQuery\Criteria; use Propel\Runtime\Connection\ConnectionInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Thelia\Core\Translation\Translator; @@ -10,7 +9,6 @@ use Thelia\ImportExport\Export\DocumentsExportInterface; use Thelia\ImportExport\Export\ExportHandler; use Thelia\ImportExport\Export\ImagesExportInterface; use Thelia\Model\Base\Export as BaseExport; -use Thelia\Model\Map\ExportTableMap; use Thelia\Model\Tools\ModelEventDispatcherTrait; use Thelia\Model\Tools\PositionManagementTrait; diff --git a/core/lib/Thelia/Model/ExportCategory.php b/core/lib/Thelia/Model/ExportCategory.php index 00f7c53bf..f6e155eea 100644 --- a/core/lib/Thelia/Model/ExportCategory.php +++ b/core/lib/Thelia/Model/ExportCategory.php @@ -2,10 +2,7 @@ namespace Thelia\Model; -use Propel\Runtime\ActiveQuery\Criteria; -use Thelia\Model\Base\CategoryQuery; use Thelia\Model\Base\ExportCategory as BaseExportCategory; -use Thelia\Model\Map\ExportCategoryTableMap; use Thelia\Model\Tools\ModelEventDispatcherTrait; use Thelia\Model\Tools\PositionManagementTrait; diff --git a/core/lib/Thelia/Model/Import.php b/core/lib/Thelia/Model/Import.php index 1a26fc18b..f7cbb1000 100644 --- a/core/lib/Thelia/Model/Import.php +++ b/core/lib/Thelia/Model/Import.php @@ -3,15 +3,12 @@ namespace Thelia\Model; use Exception; -use Propel\Runtime\ActiveQuery\Criteria; -use Propel\Runtime\Connection\ConnectionInterface; use Propel\Runtime\Exception\ClassNotFoundException; use Propel\Runtime\Propel; use Symfony\Component\DependencyInjection\ContainerInterface; use Thelia\Core\Translation\Translator; use Thelia\ImportExport\Import\ImportHandler; use Thelia\Model\Base\Import as BaseImport; -use Thelia\Model\Map\ImportTableMap; use Thelia\Model\Tools\ModelEventDispatcherTrait; use Thelia\Model\Tools\PositionManagementTrait; diff --git a/core/lib/Thelia/Model/ImportCategory.php b/core/lib/Thelia/Model/ImportCategory.php index f630c624c..6aca35800 100644 --- a/core/lib/Thelia/Model/ImportCategory.php +++ b/core/lib/Thelia/Model/ImportCategory.php @@ -2,9 +2,7 @@ namespace Thelia\Model; -use Propel\Runtime\ActiveQuery\Criteria; use Thelia\Model\Base\ImportCategory as BaseImportCategory; -use Thelia\Model\Map\ImportCategoryTableMap; use Thelia\Model\Tools\ModelEventDispatcherTrait; use Thelia\Model\Tools\PositionManagementTrait;