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

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