Skip to content

Commit ceeaaff

Browse files
committed
wip
1 parent 1df707a commit ceeaaff

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
@@ -45,7 +45,7 @@ $days = PostVistisPerDay::query()
4545
->get()
4646
->map(fn (SparkLineDay $row) => new SparkLineDay(
4747
count: $row->visits,
48-
day: Carbon::make($row->published_at_day),
48+
day: Carbon::make($row->day),
4949
));
5050
```
5151

0 commit comments

Comments
 (0)