From 3c070e2ba5697de18d3a141e40a595a2bc28fc23 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Feb 2017 17:42:07 +0200 Subject: [PATCH] lifehack --- 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 88423b7..2295e05 100644 --- a/app/library/App/Resources/GaResource.php +++ b/app/library/App/Resources/GaResource.php @@ -32,6 +32,7 @@ class GaResource extends ApiResource { ->allow(AclRoles::USER) ->description('Returns data from Google Analytics Api') ->exampleResponse([ + 'lifehack' => 'for example request data', 'start' => '30daysAgo', 'end' => 'today', 'metric' => 'user,sessions' -- libgit2 0.21.4