findOneBy(['npub' => $user->getNpub()]); if (!$entity) { $this->_em->persist($user); } return $entity; } }