From: Raphaƫl Gertz Date: Wed, 21 Feb 2024 10:56:48 +0000 (+0100) Subject: Rename EntityRepository to Repository X-Git-Tag: 0.3.0~93 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/991dd47b40783c56aee07179f42940cbbbae46bd Rename EntityRepository to Repository --- diff --git a/Repository/LocationRepository.php b/Repository/LocationRepository.php index d8acc14..de475fb 100644 --- a/Repository/LocationRepository.php +++ b/Repository/LocationRepository.php @@ -20,7 +20,7 @@ use Symfony\Component\Routing\RouterInterface; * * @TODO: use new window function syntax https://mariadb.com/kb/en/window-functions-overview/ MAX(updated) OVER (PARTITION updated) AS modified ??? */ -class LocationRepository extends EntityRepository { +class LocationRepository extends Repository { /** * Find locations * diff --git a/Repository/SessionRepository.php b/Repository/SessionRepository.php index d7cc5be..4e9f6ff 100644 --- a/Repository/SessionRepository.php +++ b/Repository/SessionRepository.php @@ -23,7 +23,7 @@ use Rapsys\AirBundle\Entity\Slot; /** * SessionRepository */ -class SessionRepository extends EntityRepository { +class SessionRepository extends Repository { ///Set glyphs //TODO: document utf-8 codes ? //TODO: use unknown == ? symbol by default ??? diff --git a/Repository/SlotRepository.php b/Repository/SlotRepository.php index 0e440b8..bd356f7 100644 --- a/Repository/SlotRepository.php +++ b/Repository/SlotRepository.php @@ -16,7 +16,7 @@ use Doctrine\ORM\Query\ResultSetMapping; /** * SlotRepository */ -class SlotRepository extends EntityRepository { +class SlotRepository extends Repository { /** * Find slots with translated title *