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) ?: []; } }