Fix Config (Save)
This commit is contained in:
parent
eb438fa40e
commit
177f08674c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Save extends Method
|
|||
{
|
||||
$modified = $this->model->getModified();
|
||||
if (empty($modified)) {
|
||||
return;
|
||||
return $this->model;
|
||||
}
|
||||
|
||||
$values = $this->model->getAttrs();
|
||||
|
|
Loading…
Add table
Reference in a new issue