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

@@ -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,
]);
}