public function delete()
 {
     return $this->query->delete();
 }
Exemplo n.º 2
0
 public function update()
 {
     Query::update($this->attributes)->whereId($this->id)->into($this->getModuleName());
 }