X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/3da15ad126f3a76b0b72ffddf4c71e3398e9ba3c..1e03b9bca33c3457074335594854a508592e5657:/Repository/LocationRepository.php

diff --git a/Repository/LocationRepository.php b/Repository/LocationRepository.php
index d8acc14..9a67b9c 100644
--- a/Repository/LocationRepository.php
+++ b/Repository/LocationRepository.php
@@ -12,15 +12,18 @@
 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
 	 *