Removed tracking

This commit is contained in:
Graham Campbell
2015-08-01 17:07:06 +01:00
parent 2425682381
commit fb127fb861
36 changed files with 2 additions and 607 deletions

View File

@@ -26,8 +26,6 @@ class DashboardController extends AbstractController
{
$components = Component::orderBy('order')->get();
segment_page('Dashboard');
return View::make('dashboard.index')->with([
'components' => $components,
]);