e
r
This commit is contained in:
parent
f47764025c
commit
93a221c957
2 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
namespace AroMVC\Database;
|
||||
|
||||
class Deletable extends Queryable {
|
||||
|
||||
|
||||
}
|
|
@ -46,6 +46,7 @@ class Modifiable extends Queryable {
|
|||
return "($val)";
|
||||
}, $this->wheres));
|
||||
}
|
||||
|
||||
parent::execute();
|
||||
return $this;
|
||||
}
|
||||
|
|
Reference in a new issue