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

Everything

parent 33735a38
Branches
No related merge requests found
Pipeline #2752 skipped
...@@ -168,11 +168,11 @@ class CoefficientsController extends ControllerBase ...@@ -168,11 +168,11 @@ class CoefficientsController extends ControllerBase
$data[] = array("tahun" => $_golongan[0], "golongan" => $_golongan[1], "subgolongan" => $_golongan[2], "koefisien" => $koefisien); $data[] = array("tahun" => $_golongan[0], "golongan" => $_golongan[1], "subgolongan" => $_golongan[2], "koefisien" => $koefisien);
} }
$debugger = new Debugger($this); // $debugger = new Debugger($this);
$debugger // $debugger
->addMessage($data) // ->addMessage($data)
->stopProgram() // ->stopProgram()
->showMessage(); // ->showMessage();
$httpRequest = new HttpRequest(); $httpRequest = new 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