From b19ed10232a9239e8a49a7456ef67a763767cd4f Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Feb 2017 17:44:36 +0200 Subject: [PATCH] extended classes --- app/library/App/Resources/GaResource.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/library/App/Resources/GaResource.php b/app/library/App/Resources/GaResource.php index 6c57c6e..005fcf3 100644 --- a/app/library/App/Resources/GaResource.php +++ b/app/library/App/Resources/GaResource.php @@ -41,6 +41,7 @@ class GaResource extends ApiResource { ], 'full_docs' => 'https://developers.google.com/analytics/devguides/reporting/core/dimsmets', ]) + ->exampleRequest("123") ) ; -- libgit2 0.21.4