]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Repository/LocationRepository.php
Add Repository namespace
[airbundle] / Repository / LocationRepository.php
index d8acc143009e4d10c43299bd6ea073d644ba039d..9a67b9ca4e136fa7298edb7573119c6b1029c46a 100644 (file)
 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
  *
  * @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
         *