mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
Rector sf62 changes
This commit is contained in:
@@ -112,7 +112,7 @@ final class EventController extends AbstractController
|
||||
|
||||
return $this->render('@ChillEvent/Event/confirm_delete.html.twig', [
|
||||
'id' => $event->getId(),
|
||||
'delete_form' => $form->createView(),
|
||||
'delete_form' => $form,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -216,7 +216,7 @@ final class EventController extends AbstractController
|
||||
|
||||
return $this->render('@ChillEvent/Event/new.html.twig', [
|
||||
'entity' => $entity,
|
||||
'form' => $form->createView(),
|
||||
'form' => $form,
|
||||
'entity_json' => $entity_array,
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user