From e0caab0cb659f7acdc0ba7be492fe97f3636c9b3 Mon Sep 17 00:00:00 2001 From: elvanowen <vanzz_95@hotmail.com> Date: Mon, 16 May 2016 17:36:33 +0700 Subject: [PATCH] Everything --- salaryman/app/controllers/CoefficientsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/salaryman/app/controllers/CoefficientsController.php b/salaryman/app/controllers/CoefficientsController.php index 3579620..d7a475f 100644 --- a/salaryman/app/controllers/CoefficientsController.php +++ b/salaryman/app/controllers/CoefficientsController.php @@ -178,6 +178,7 @@ class CoefficientsController extends ControllerBase $debugger = new Debugger($this); $debugger + ->addMessage($data) ->addMessage($result) ->stopProgram() ->showMessage(); -- GitLab