Fix Config (Save)

This commit is contained in:
Visman 2020-06-05 21:35:02 +07:00
parent eb438fa40e
commit 177f08674c

View file

@ -17,7 +17,7 @@ class Save extends Method
{
$modified = $this->model->getModified();
if (empty($modified)) {
return;
return $this->model;
}
$values = $this->model->getAttrs();