From 151631b355b40bed7f8d5b9fdee65cc7774ab3c3 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 29 Dec 2014 19:56:00 +0000 Subject: [PATCH] Added TODO --- app/controllers/DashboardController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/DashboardController.php b/app/controllers/DashboardController.php index 94d8a9a3..d78e2622 100644 --- a/app/controllers/DashboardController.php +++ b/app/controllers/DashboardController.php @@ -8,6 +8,7 @@ class DashboardController extends Controller */ public function showDashboard() { + // TODO: Find steps needed to complete setup. return View::make('dashboard.index'); }