Make changes to what we send to Segment, still anonymous!

This commit is contained in:
James Brooks
2015-05-23 13:20:05 +01:00
parent 92604f2ecd
commit 83be116075
4 changed files with 10 additions and 5 deletions

View File

@@ -41,6 +41,8 @@ class SetupController extends AbstractController
*/
public function getIndex()
{
segment_page('Setup');
return View::make('setup')->with([
'pageTitle' => trans('setup.setup'),
]);