Visman 4 rokov pred
rodič
commit
542e47d932
1 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  1. 1 3
      app/Models/BBCodeList/Delete.php

+ 1 - 3
app/Models/BBCodeList/Delete.php

@@ -22,8 +22,6 @@ class Delete extends Method
 
         $this->c->DB->exec($query, $vars);
 
-        $this->model->reset();
-
-        return $this->model;
+        return $this->model->reset();
     }
 }