Skip to content

Commit

Permalink
Fixes coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Diandaru authored and github-actions[bot] committed Dec 23, 2024
1 parent 419e2f9 commit fe61175
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/Http/Controllers/DashboardRplController.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ public function index(Request $request)
[
'data' => [$persentaseLearning, $persentaseProject],
'backgroundColor' => ['#FF9F43', '#42A5F5'],
'hoverBackgroundColor' => ['#FF7043', '#1E88E5']
]
]
'hoverBackgroundColor' => ['#FF7043', '#1E88E5'],
],
],
];

$activityData = $jumlahAktivitasLearning;

return view('dashboardrpl', compact(
'jumlahDataProject',
'jumlahDataLearning',
Expand All @@ -114,6 +114,6 @@ public function index(Request $request)
'chartData',
'activityData'
));

}
}

0 comments on commit fe61175

Please sign in to comment.