Browse Source

Fix Config (Save)

Visman 5 years ago
parent
commit
177f08674c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/Config/Save.php

+ 1 - 1
app/Models/Config/Save.php

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