Всем привет! Помогите, плиз. Получаю ошибку Maximum function nesting level of '256' reached, aborting! в строке $this->repo = $em->getRepository(Url::class).
public function __construct(EntityManagerInterface $em)
{
$this->em = $em;
$this->repo = $em->getRepository(Url::class);
}