Rector sf62 changes

This commit is contained in:
2025-10-02 16:31:50 +02:00
parent 8fc19d5c28
commit 3aa2666646
7 changed files with 15 additions and 15 deletions

View File

@@ -226,7 +226,7 @@ class ExportController extends AbstractController
}
return $this->render('@ChillMain/Export/new.html.twig', [
'form' => $form->createView(),
'form' => $form,
'export_alias' => $alias,
'export' => $export,
'export_group' => $this->getExportGroup($export),
@@ -276,7 +276,7 @@ class ExportController extends AbstractController
return $this->render(
'@ChillMain/Export/new_formatter_step.html.twig',
[
'form' => $form->createView(),
'form' => $form,
'export' => $export,
'export_group' => $this->getExportGroup($export),
]
@@ -448,7 +448,7 @@ class ExportController extends AbstractController
return $this->render(
'@ChillMain/Export/new_centers_step.html.twig',
[
'form' => $form->createView(),
'form' => $form,
'export' => $export,
'export_group' => $this->getExportGroup($export),
]