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
*