From c30c915c0fd9c243838a31d8b375d289179cd93a Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 2 Jan 2026 00:47:27 +0100 Subject: [PATCH] asd --- src/App/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Search.php b/src/App/Search.php index 9ed6573..ba910b5 100644 --- a/src/App/Search.php +++ b/src/App/Search.php @@ -92,6 +92,6 @@ final class Search exit; $stmt = $this->pdo->prepare($sql); $stmt->execute($bind); -// return $stmt->fetchAll(\PDO::FETCH_ASSOC) ?: []; + return $stmt->fetchAll(\PDO::FETCH_ASSOC) ?: []; } }