From 41085f930dc0bfcd052492b2db1738a0cb7b9867 Mon Sep 17 00:00:00 2001 From: Ambroise Maupate Date: Wed, 4 Dec 2024 13:58:34 +0100 Subject: [PATCH] chore: Unused imports --- .../src/Api/Controller/NodesSourcesSearchController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/RoadizCoreBundle/src/Api/Controller/NodesSourcesSearchController.php b/lib/RoadizCoreBundle/src/Api/Controller/NodesSourcesSearchController.php index a21dfde0..e9d4ebab 100644 --- a/lib/RoadizCoreBundle/src/Api/Controller/NodesSourcesSearchController.php +++ b/lib/RoadizCoreBundle/src/Api/Controller/NodesSourcesSearchController.php @@ -5,7 +5,6 @@ namespace RZ\Roadiz\CoreBundle\Api\Controller; use Doctrine\Persistence\ManagerRegistry; -use RZ\Roadiz\CoreBundle\Api\ListManager\InvalidSearchQueryException; use RZ\Roadiz\CoreBundle\Api\ListManager\SolrPaginator; use RZ\Roadiz\CoreBundle\Api\ListManager\SolrSearchListManager; use RZ\Roadiz\CoreBundle\Preview\PreviewResolverInterface; @@ -14,7 +13,6 @@ use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; use Symfony\Component\HttpKernel\Exception\HttpException; class NodesSourcesSearchController extends AbstractController