diff --git a/src/bundle/Controller/SearchController.php b/src/bundle/Controller/SearchController.php index 639d5ada59..e25363f910 100644 --- a/src/bundle/Controller/SearchController.php +++ b/src/bundle/Controller/SearchController.php @@ -93,7 +93,6 @@ public function searchAction(Request $request): Response $form->handleRequest($request); if ($form->isSubmitted() && $form->isValid()) { - $result = $this->submitHandler->handle($form, function (SearchData $data) use ($form) { $limit = $data->getLimit(); $page = $data->getPage();