diff --git a/app/library/App/Bootstrap/RouteBootstrap.php b/app/library/App/Bootstrap/RouteBootstrap.php index 9bfc87f..207ca2a 100755 --- a/app/library/App/Bootstrap/RouteBootstrap.php +++ b/app/library/App/Bootstrap/RouteBootstrap.php @@ -12,6 +12,8 @@ use Google_Service_AnalyticsReporting; class RouteBootstrap implements BootstrapInterface { + public $VIEW_ID = '123'; + public function run(Api $api, DiInterface $di, Config $config) { $api->get('/', function() use ($api) { @@ -52,11 +54,12 @@ class RouteBootstrap implements BootstrapInterface $client->setDeveloperKey($api_key); $analytics = new Google_Service_AnalyticsReporting($client); - $response = $this->getReport($analytics, '', ''); + + //$response = $this->getReport($analytics, '', ''); - $var_2 = var_dump($response); + $var_2 = var_dump($this->VIEW_ID); $msg = "testing fine"; -- libgit2 0.21.4