]> Raphaël G. Git Repositories - airbundle/commitdiff
Rename EntityRepository to Repository
authorRaphaël Gertz <git@rapsys.eu>
Wed, 21 Feb 2024 10:56:48 +0000 (11:56 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 21 Feb 2024 10:56:48 +0000 (11:56 +0100)
Repository/LocationRepository.php
Repository/SessionRepository.php
Repository/SlotRepository.php

index d8acc143009e4d10c43299bd6ea073d644ba039d..de475fb76522ec489bd8c081c3acc9c90a6f2485 100644 (file)
@@ -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
         *
index d7cc5bef4ce531fd7a7665a4abd93c507fcae11e..4e9f6ff321de80b7c22fb4b84edcec5cadefc971 100644 (file)
@@ -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 ???
index 0e440b89b2935ec572635d0652de07e8646999bf..bd356f7d9b3910d452d30c1dd74e2989a2b6ae30 100644 (file)
@@ -16,7 +16,7 @@ use Doctrine\ORM\Query\ResultSetMapping;
 /**
  * SlotRepository
  */
-class SlotRepository extends EntityRepository {
+class SlotRepository extends Repository {
        /**
         * Find slots with translated title
         *