Skip to content

Commit

Permalink
Merge pull request #302 from Jeremiahiro/develop
Browse files Browse the repository at this point in the history
fixed analytics route
  • Loading branch information
Jeremiahiro committed Jul 7, 2020
2 parents 14e0e5a + 813bdff commit 9003510
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Http/Controllers/DashboardController.php
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 9003510

Please sign in to comment.