Commit 9f0ceb19dbfb45590a2750d53d3bf8a4f299d51f

Authored by Alex Savenko
1 parent 05915c96

ga output

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -85,6 +85,8 @@ class GaController extends CrudResourceController {
85 85  
86 86 $result = [];
87 87  
  88 + return var_dump($obj[0]['dimensions']);
  89 +
88 90 foreach ($obj as $key => $value) {
89 91 $result[$key['dimensions']] = $value->values;
90 92 }
... ...