From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 15:41:48 +0000 (+0100) Subject: Add Repository namespace X-Git-Tag: 0.3.0~55 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/76aab3cd09893cd4cc84a12a568bd2faac080400 Add Repository namespace --- 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 *