Update Delete.php

This commit is contained in:
Visman 2020-09-27 11:16:08 +07:00
parent 537754f792
commit 542e47d932

View file

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