]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Repository/SlotRepository.php
Rename rapsysair:calendar2 command to rapsysair:calendar
[airbundle] / Repository / SlotRepository.php
index bd356f7d9b3910d452d30c1dd74e2989a2b6ae30..d2b6eb36a1fd290aaaff580e065dc760479ba7a9 100644 (file)
@@ -13,6 +13,8 @@ namespace Rapsys\AirBundle\Repository;
 
 use Doctrine\ORM\Query\ResultSetMapping;
 
+use Rapsys\AirBundle\Repository;
+
 /**
  * SlotRepository
  */
@@ -25,7 +27,7 @@ class SlotRepository extends Repository {
        public function findAllWithTranslatedTitle(): array {
                //Set the request from quoted table name
                //XXX: this allow to make this code table name independent
-               $req = 'SELECT s.id, s.title FROM RapsysAirBundle:Slot AS s';
+               $req = 'SELECT s.id, s.title FROM Rapsys\AirBundle\Entity\Slot AS s';
 
                //Replace bundle entity name by table name
                $req = str_replace($this->tableKeys, $this->tableValues, $req);