Update Delete.php
This commit is contained in:
parent
537754f792
commit
542e47d932
1 changed files with 1 additions and 3 deletions
|
@ -22,8 +22,6 @@ class Delete extends Method
|
|||
|
||||
$this->c->DB->exec($query, $vars);
|
||||
|
||||
$this->model->reset();
|
||||
|
||||
return $this->model;
|
||||
return $this->model->reset();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue