From 5d0111028f091bc706fa9ce81031d7e02e09b9e9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Jan 2015 16:00:18 +0000 Subject: [PATCH] Remove TODO about steps, coming soon! --- src/Http/Controllers/DashboardController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Http/Controllers/DashboardController.php b/src/Http/Controllers/DashboardController.php index d566c708..98fddd1b 100644 --- a/src/Http/Controllers/DashboardController.php +++ b/src/Http/Controllers/DashboardController.php @@ -15,7 +15,6 @@ class DashboardController extends Controller */ public function showDashboard() { - // TODO: Find steps needed to complete setup. $components = Component::all(); return View::make('dashboard.index')->with([