From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 15:42:27 +0000 (+0100) Subject: Add Repository namespace X-Git-Tag: 0.3.0~54 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/69a888d9341349a25ba800313f9f14bb638e6ca5 Add Repository namespace --- diff --git a/Repository/SlotRepository.php b/Repository/SlotRepository.php index bd356f7..2b40eba 100644 --- a/Repository/SlotRepository.php +++ b/Repository/SlotRepository.php @@ -13,6 +13,8 @@ namespace Rapsys\AirBundle\Repository; use Doctrine\ORM\Query\ResultSetMapping; +use Rapsys\AirBundle\Repository; + /** * SlotRepository */ diff --git a/Repository/UserRepository.php b/Repository/UserRepository.php index 5f5dd50..9b34057 100644 --- a/Repository/UserRepository.php +++ b/Repository/UserRepository.php @@ -13,8 +13,11 @@ namespace Rapsys\AirBundle\Repository; use Doctrine\ORM\AbstractQuery; use Doctrine\ORM\Query\ResultSetMapping; + use Symfony\Component\Routing\Generator\UrlGeneratorInterface; +use Rapsys\AirBundle\Repository; + /** * UserRepository */