mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Update packages
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user