We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3751a9a commit 7b7c4b8Copy full SHA for 7b7c4b8
src/bundle/Controller/ContentController.php
@@ -242,7 +242,7 @@ public function editAction(Request $request): Response
242
$form->handleRequest($request);
243
244
if ($form->isSubmitted()) {
245
- $result = $this->submitHandler->handle($form, function (ContentEditData $data): Response {
+ $result = $this->submitHandler->handle($form, function (ContentEditData $data) use ($request): Response {
246
$contentInfo = $data->getContentInfo();
247
$language = $data->getLanguage();
248
$location = $data->getLocation();
0 commit comments