Skip to content

Commit

Permalink
fixed analytics route
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiahiro committed Jul 7, 2020
1 parent 9624370 commit 813bdff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Http/Controllers/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ public function creditor()
{
return view('backend.dashboard.creditor');
}

public function analytics()
{
return view('backend.dashboard.analytics');
}
}

0 comments on commit 813bdff

Please sign in to comment.