Support gestion output

This commit is contained in:
EoleDev 2016-02-28 19:26:53 +01:00
parent 3fe5596998
commit 9280eecbcf

View file

@ -91,7 +91,7 @@ class AppTest{
} }
public function show(){ public function show(){
echo json_encode($this->output); return json_encode($this->output);
} }
} }