diff --git a/src/App/Search.php b/src/App/Search.php index ba910b5..bf1ab2e 100644 --- a/src/App/Search.php +++ b/src/App/Search.php @@ -89,7 +89,7 @@ final class Search echo $sql; - exit; + $stmt = $this->pdo->prepare($sql); $stmt->execute($bind); return $stmt->fetchAll(\PDO::FETCH_ASSOC) ?: [];