|
@@ -64,7 +64,7 @@ class IndexController extends Controller
|
|
|
|
|
|
$analytics=$this->initializeAnalytics();
|
|
$analytics=$this->initializeAnalytics();
|
|
$response = $this->getReport($analytics);
|
|
$response = $this->getReport($analytics);
|
|
- printResults($response);
|
|
|
|
|
|
+ $this->printResults($response);
|
|
exit;
|
|
exit;
|
|
return $this->render('index');
|
|
return $this->render('index');
|
|
}
|
|
}
|