fix pour php7

correction_routeur^2
Gwenael PLANCHON 1 year ago
parent 543f845ad6
commit c7bb572bc2

@ -33,7 +33,7 @@ class Connection extends PDO {
return $this->stmt->fetchall();
}
public function getOneResult() : array|bool {
public function getOneResult() : mixed {
return $this->stmt->fetch();
}
}
Loading…
Cancel
Save