Skip to content

Commit 8ae427b

Browse files
committed
fix: grafico in statistiche
1 parent 092ca39 commit 8ae427b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/statistiche/src/Stats.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public static function monthly($original, $start, $end)
3333

3434
$grouped = [];
3535
foreach ($original as $row) {
36+
$row = (array) $row;
3637
$year = (int) ($row['year'] ?? 0);
3738
$month = (int) ($row['month'] ?? 0);
3839

0 commit comments

Comments
 (0)