This commit is contained in:
Graham Campbell
2014-12-29 23:07:46 +00:00
parent 4d1246dcf6
commit 15861fbf5e
9 changed files with 59 additions and 15 deletions
+3
View File
@@ -4,6 +4,7 @@ class DashboardController extends Controller
{
/**
* Shows the dashboard view.
*
* @return \Illuminate\View\View
*/
public function showDashboard()
@@ -14,6 +15,7 @@ class DashboardController extends Controller
/**
* Shows the metrics view.
*
* @return \Illuminate\View\View
*/
public function showMetrics()
@@ -25,6 +27,7 @@ class DashboardController extends Controller
/**
* Shows the notifications view.
*
* @return \Illuminate\View\View
*/
public function showNotifications()