public function disable(User $user) { $user->disable(); $this->objectManager->persist($user); $this->objectManager->flush(); return $user; }