CS fixes
This commit is contained in:
@@ -4,7 +4,9 @@ class DashAPIController extends Controller
|
||||
{
|
||||
/**
|
||||
* Updates a component with the entered info.
|
||||
* @param Component $component
|
||||
*
|
||||
* @param Component $component
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function postUpdateComponent(Component $component)
|
||||
|
||||
@@ -11,6 +11,7 @@ class DashboardController extends Controller
|
||||
{
|
||||
// TODO: Find steps needed to complete setup.
|
||||
$components = Component::all();
|
||||
|
||||
return View::make('dashboard.index')->with([
|
||||
'components' => $components,
|
||||
]);
|
||||
|
||||
@@ -5,7 +5,7 @@ class HomeController extends Controller
|
||||
/**
|
||||
* The component instance.
|
||||
*
|
||||
* @var \Component $component
|
||||
* @var \Component
|
||||
*/
|
||||
protected $component;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user