Commit 27020835 authored by Thidaporn Laisan's avatar Thidaporn Laisan
Browse files

update edit parameter

parent 00cf7ee2
......@@ -57,6 +57,6 @@ class ParameterCreate extends Component
public function loadPage($page)
{
$this->action = $page;
$this->parameters = ConfParameter::all();
//$this->parameters = ConfParameter::all();
}
}
......@@ -121,6 +121,6 @@ class ParameterIndex extends Component
public function loadPage($page)
{
$this->action = $page;
$this->parameters = ConfParameter::all();
//$this->parameters = ConfParameter::all();
}
}
Markdown is supported
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