<?php namespace Lc\SovBundle\Repository; abstract class AbstractStore { public function getRepositoryQuery() { return $this->query; } }