From c4dae92ea1f7ed5a11c03d10977913361fa4b2c2 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 16:41:56 +0200 Subject: [PATCH] test google lib --- app/library/App/Bootstrap/RouteBootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/App/Bootstrap/RouteBootstrap.php b/app/library/App/Bootstrap/RouteBootstrap.php index 6fdd938..1491b29 100755 --- a/app/library/App/Bootstrap/RouteBootstrap.php +++ b/app/library/App/Bootstrap/RouteBootstrap.php @@ -57,7 +57,7 @@ class RouteBootstrap implements BootstrapInterface $view = $api->di->get(Services::VIEW); $client = new Google_Client(); - $api_key = 'AIzaSyCXzrwqxLN2bCvBhw2cJfdeEu9aj1aH5b8'; + $api_key = 'AIzaSyBNYr7n7bcHbO-sJ9xuWwS9xQ2OY5aFAiE'; $client->setDeveloperKey($api_key); $analytics = new Google_Service_AnalyticsReporting($client); -- libgit2 0.21.4