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([