Remove unused imports: MeilisearchService from HomeController, Event from AdminController

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-20 21:35:22 +01:00
parent 2ed17defe0
commit 0cd1e0f061
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
namespace App\Controller;
use App\Entity\Event;
use App\Entity\User;
use App\Service\MailerService;
use App\Service\MeilisearchService;

View File

@@ -6,7 +6,6 @@ use App\Entity\Event;
use App\Entity\User;
use App\Service\EventIndexService;
use App\Service\MailerService;
use App\Service\MeilisearchService;
use Doctrine\ORM\EntityManagerInterface;
use Knp\Component\Pager\PaginatorInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;