From fb201a5747b734e10acd958de75b5a27d8027269 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 1 Apr 2021 13:51:53 +0200 Subject: [PATCH] remove leftover debug @NoCSRFRequired introduced with #26198 Signed-off-by: Robin Appelman --- core/Controller/SearchController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Controller/SearchController.php b/core/Controller/SearchController.php index 42439e9ceb..72633630da 100644 --- a/core/Controller/SearchController.php +++ b/core/Controller/SearchController.php @@ -55,7 +55,6 @@ class SearchController extends Controller { /** * @NoAdminRequired - * @NoCSRFRequired */ public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse { $results = $this->searcher->searchPaged($query, $inApps, $page, $size);