StyleCI
This commit is contained in:
@@ -12,7 +12,7 @@ class DashboardController extends Controller
|
||||
// TODO: Find steps needed to complete setup.
|
||||
$components = Component::all();
|
||||
return View::make('dashboard.index')->with([
|
||||
'components' => $components
|
||||
'components' => $components,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user