mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
improve NeuxsWebGuard
This commit is contained in:
@@ -35,7 +35,7 @@ class UserTrend extends LineChartWidget
|
||||
return [
|
||||
'datasets' => [
|
||||
[
|
||||
'label' => 'User',
|
||||
'label' => __('label.user.label'),
|
||||
'data' => $data->map(fn (TrendValue $value) => $value->aggregate),
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user