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

Everything

parent 07385294
Branches
No related merge requests found
Pipeline #2761 skipped
......@@ -176,12 +176,12 @@ class CoefficientsController extends ControllerBase
->setMethod("PUT")
->sendRequest();
// $debugger = new Debugger($this);
// $debugger
// ->addMessage($data)
// ->addMessage($result)
// ->stopProgram()
// ->showMessage();
$debugger = new Debugger($this);
$debugger
->addMessage($data)
->addMessage($result)
->stopProgram()
->showMessage();
if ($result->status == "OK"){
$this->flashSession->success("Perubahan Nilai Koefisien Berhasil.");
......
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