findOneBy(['entityType' => $entityType, 'entityId' => $entityId]); } public function save(SmsSettings $settings): void { $this->getEntityManager()->persist($settings); $this->getEntityManager()->flush(); } }