Make changes to what we send to Segment, still anonymous!
This commit is contained in:
@@ -28,6 +28,8 @@ class DashboardController extends AbstractController
|
||||
{
|
||||
$components = Component::all();
|
||||
|
||||
segment_page('Dashboard');
|
||||
|
||||
return View::make('dashboard.index')->with([
|
||||
'components' => $components,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user