remove leftover debug @NoCSRFRequired introduced with #26198

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2021-04-01 13:51:53 +02:00 committed by backportbot[bot]
parent e0dcf642de
commit 17b64a4606
1 changed files with 0 additions and 1 deletions

View File

@ -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);