corrections

This commit is contained in:
Joshua Perry 2022-11-16 19:00:51 +00:00
parent 5a8c33c49e
commit 8c29f52051
3 changed files with 2 additions and 1 deletions

3
db.php
View File

@ -10,4 +10,5 @@ function fetchCats() {
$cats = $stmt->fetchAll();
return $cats;
}
}
?>

View File