This commit is contained in:
2026-01-02 00:47:27 +01:00
parent 35415a5a5c
commit c30c915c0f

View File

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