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