Skip to content

Commit

Permalink
Merge pull request #4 from Laralum/analysis-zGdJkE
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
24aitor authored Apr 24, 2017
2 parents 8ed7bb0 + 94f7568 commit c28c356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controllers/StatisticController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public function index()
->groupBy('os')
->colors(['#F44336', '#3F51B5', '#4CAF50', '#FFC107', '#2196F3', '#009688', '#673AB7', '#795548']);


return view('laralum_statistics::index', [
'views' => $views,
'viewsLastWeek' => $viewsLastWeek,
Expand Down

0 comments on commit c28c356

Please sign in to comment.