From 61607fee3db0cb5827fae806bf5ce87bce245d80 Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 20 Jan 2022 14:14:30 +0100 Subject: [PATCH] accompanying course: code fix --- .../Controller/AccompanyingCourseController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php index 4e5fdbe3e..7ae5c5f73 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php @@ -292,7 +292,6 @@ class AccompanyingCourseController extends Controller $form->handleRequest($request); if ($form->isSubmitted() && $form->isValid()) { - $accompanyingCourse->reOpen(); $this->getDoctrine()->getManager()->flush();