em = $em; } /** * @return EntityManagerInterface */ public function getEntityManager(): EntityManagerInterface { return $this->em; } }