diff --git a/app/library/App/Bootstrap/RouteBootstrap.php b/app/library/App/Bootstrap/RouteBootstrap.php index 2877cd7..b690853 100755 --- a/app/library/App/Bootstrap/RouteBootstrap.php +++ b/app/library/App/Bootstrap/RouteBootstrap.php @@ -58,7 +58,7 @@ class RouteBootstrap implements BootstrapInterface $param[] = ['metric' => 'ga:goal1Value', 'alias' => 'цель "Корзина"']; foreach ($param as $item) { - $response = getReport($analytics, $item['metric'], $item['alias']); + $response = $this->getReport($analytics, $item['metric'], $item['alias']); } -- libgit2 0.21.4