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