Commit c4dae92ea1f7ed5a11c03d10977913361fa4b2c2

Authored by Alex Savenko
1 parent 5407f0bb

test google lib

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Bootstrap/RouteBootstrap.php
@@ -57,7 +57,7 @@ class RouteBootstrap implements BootstrapInterface @@ -57,7 +57,7 @@ class RouteBootstrap implements BootstrapInterface
57 $view = $api->di->get(Services::VIEW); 57 $view = $api->di->get(Services::VIEW);
58 58
59 $client = new Google_Client(); 59 $client = new Google_Client();
60 - $api_key = 'AIzaSyCXzrwqxLN2bCvBhw2cJfdeEu9aj1aH5b8'; 60 + $api_key = 'AIzaSyBNYr7n7bcHbO-sJ9xuWwS9xQ2OY5aFAiE';
61 $client->setDeveloperKey($api_key); 61 $client->setDeveloperKey($api_key);
62 $analytics = new Google_Service_AnalyticsReporting($client); 62 $analytics = new Google_Service_AnalyticsReporting($client);
63 63