Commit ea5f8cd7299de2e7b1a45e5c601a63319d9fef94

Authored by Alex Savenko
1 parent 39ed17fc

test google lib

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Bootstrap/RouteBootstrap.php
... ... @@ -58,7 +58,7 @@ class RouteBootstrap implements BootstrapInterface
58 58 $param[] = ['metric' => 'ga:goal1Value', 'alias' => 'цель "Корзина"'];
59 59  
60 60 foreach ($param as $item) {
61   - $response = getReport($analytics, $item['metric'], $item['alias']);
  61 + $response = $this->getReport($analytics, $item['metric'], $item['alias']);
62 62  
63 63 }
64 64  
... ...