public function save(Subscription $subscription) { $this->em->persist($subscription); $this->em->flush(); }