فهرست منبع

Update Delete.php

Visman 4 سال پیش
والد
کامیت
542e47d932
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  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();
     }
 }