Skip to content

Commit 345977b

Browse files
silas229Copilot
andauthored
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fb5b425 commit 345977b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/ActivityChartWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected function getData(): array
111111
->groupBy(DB::raw($dateExpression))
112112
->orderBy(DB::raw($dateExpression))
113113
->get()
114-
->pluck('count', 'actvity_date');
114+
->pluck('count', 'activity_date');
115115

116116
return [
117117
'datasets' => [

0 commit comments

Comments
 (0)