diff --git a/app/library/App/Bootstrap/RouteBootstrap.php b/app/library/App/Bootstrap/RouteBootstrap.php index 5ca0a5e..4b41e3f 100755 --- a/app/library/App/Bootstrap/RouteBootstrap.php +++ b/app/library/App/Bootstrap/RouteBootstrap.php @@ -58,8 +58,9 @@ class RouteBootstrap implements BootstrapInterface //$response = $this->getReport($analytics, '', ''); //$this->setViewId('119240817'); + $test = $this->setViewId(); - $var_2 = var_dump($this->VIEW_ID); + $var_2 = var_dump($test); $msg = "testing fine"; @@ -78,7 +79,7 @@ class RouteBootstrap implements BootstrapInterface return $VIEW_ID; } - public function setViewId($id) { - $this->VIEW_ID = $id; + public function setViewId() { + return '123'; } } \ No newline at end of file -- libgit2 0.21.4