inviteRepository->find($inviteUpdateMessage->getInviteId())) { return; } $this->remoteCalendarConnector->syncInvite($invite); $this->em->flush(); } }