mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-10 15:29:41 +00:00
Rector sf62 changes
This commit is contained in:
@@ -70,7 +70,7 @@ class AccompanyingPeriodWorkDuplicateController extends AbstractController
|
||||
'accompanyingCourse' => $accompanyingPeriod,
|
||||
// 'acpwArray' => $acpwArray,
|
||||
'acpw' => $acpw,
|
||||
'form' => $form->createView(),
|
||||
'form' => $form,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@ class AccompanyingPeriodWorkDuplicateController extends AbstractController
|
||||
'acpw' => $acpw1,
|
||||
'acpw2' => $acpw2,
|
||||
'accompanyingCourse' => $accompanyingPeriod,
|
||||
'form' => $form->createView(),
|
||||
'form' => $form,
|
||||
]);
|
||||
} catch (\InvalidArgumentException $e) {
|
||||
$this->addFlash('error', $this->translator->trans($e->getMessage()));
|
||||
|
Reference in New Issue
Block a user