accompanying course: code fix

This commit is contained in:
nobohan 2022-01-20 14:14:30 +01:00
parent 25ebeebdfb
commit 61607fee3d

View File

@ -292,7 +292,6 @@ class AccompanyingCourseController extends Controller
$form->handleRequest($request);
if ($form->isSubmitted() && $form->isValid()) {
$accompanyingCourse->reOpen();
$this->getDoctrine()->getManager()->flush();