Skip to content

Commit

Permalink
clean non used namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski committed Oct 12, 2024
1 parent 16b7f6f commit e15b854
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion classes/Hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/

use PrestaShop\PrestaShop\Adapter\ContainerBuilder;
use PrestaShop\PrestaShop\Adapter\ContainerFinder;
use PrestaShop\PrestaShop\Adapter\LegacyLogger;
use PrestaShop\PrestaShop\Adapter\ServiceLocator;
use PrestaShop\PrestaShop\Adapter\SymfonyContainer;
Expand Down
1 change: 0 additions & 1 deletion src/Adapter/ContainerFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

use Context;
use Controller;
use PrestaShop\PrestaShop\Adapter\ContainerBuilder as CustomContainerBuilder;
use PrestaShop\PrestaShop\Core\Exception\ContainerNotFoundException;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\ContainerInterface;
Expand Down

0 comments on commit e15b854

Please sign in to comment.