diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index 7bf2efe..0226d77 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -53,7 +53,7 @@ class GaController extends CrudResourceController { $project = Project::findFirst(['ga_view_id' => $view_id]); $result = $this->sendGaRequest($project->name , $view_id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date, $chart); } - return '123'; + return $result; } -- libgit2 0.21.4