Browse Source

Update Delete.php

Visman 4 years ago
parent
commit
542e47d932
1 changed files with 1 additions and 3 deletions
  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();
     }
 }