Update packages

This commit is contained in:
DariusIII
2024-01-08 19:00:14 +01:00
parent 59c59d049a
commit f55403ba2d
20 changed files with 39 additions and 53 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ $res = $pdo->query(
Category::GAME_OTHER
)
);
if ($res instanceof \Traversable) {
if ($res instanceof Traversable) {
$colorCli->header('Updating console info for '.number_format($res->rowCount()).' releases.');
foreach ($res as $arr) {