From 76aab3cd09893cd4cc84a12a568bd2faac080400 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 16:41:48 +0100 Subject: [PATCH] Add Repository namespace --- Repository/LocationRepository.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Repository/LocationRepository.php b/Repository/LocationRepository.php index de475fb..9a67b9c 100644 --- a/Repository/LocationRepository.php +++ b/Repository/LocationRepository.php @@ -12,9 +12,12 @@ namespace Rapsys\AirBundle\Repository; use Doctrine\ORM\Query\ResultSetMapping; + use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\Routing\RouterInterface; +use Rapsys\AirBundle\Repository; + /** * LocationRepository * -- 2.41.0