Skip to content

Commit 1df707a

Browse files
committed
wip
1 parent f611ab2 commit 1df707a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $days = PostVistisPerDay::query()
4343
->orderByDesc('day')
4444
->limit(20)
4545
->get()
46-
->map(fn (object $row) => new SparkLineDay(
46+
->map(fn (SparkLineDay $row) => new SparkLineDay(
4747
count: $row->visits,
4848
day: Carbon::make($row->published_at_day),
4949
));

0 commit comments

Comments
 (0)