Skip to content
Snippets Groups Projects
Commit bf4123ea authored by elvanowen's avatar elvanowen
Browse files

Everything

parent 2d448a9d
Branches
No related merge requests found
Pipeline #2783 skipped
...@@ -35,6 +35,12 @@ class IndexController extends ControllerBase ...@@ -35,6 +35,12 @@ class IndexController extends ControllerBase
return $this->dispatcher->forward(array("controller" => "index", "action" => "notFound")); return $this->dispatcher->forward(array("controller" => "index", "action" => "notFound"));
} }
$debugger = new Debugger($this);
$debugger
->stopProgram()
->addMessage($result)
->showMessage();
$this->view->salary = $result->data; $this->view->salary = $result->data;
$result = $httpRequest $result = $httpRequest
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment