Repositories in a controller

$this->getDoctrine()->getRepository(MyEntity::class);
Comments