r
This commit is contained in:
Malloc of Kuzkycyziklistan 2017-03-10 16:00:33 -06:00
parent f47764025c
commit 93a221c957
2 changed files with 2 additions and 1 deletions

View file

@ -2,5 +2,5 @@
namespace AroMVC\Database;
class Deletable extends Queryable {
}

View file

@ -46,6 +46,7 @@ class Modifiable extends Queryable {
return "($val)";
}, $this->wheres));
}
parent::execute();
return $this;
}