Alex Savenko
/
analytics
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
24f66b1407cd8b05260fec216dda3ef6453b7f05
Authored by
Alex Savenko
2017-02-16 21:07:07 +0200
1 parent
3b8efebc
ga response
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/GaController.php
Inline
Side-by-side
app/library/App/Controllers/GaController.php
Wrap text
Show/Hide comments
View file @
24f66b1
...
...
@@ -80,7 +80,6 @@ class GaController extends CrudResourceController {
80
80
81
81
$obj = $response->toSimpleObject();
82
82
$obj = $obj->reports;
83
- $obj = $obj->data;
84
83
85
84
return $obj;
86
85
...
...