_init(\Magento\Authorization\Model\ResourceModel\Rules::class); } /** * @return $this */ public function update() { $this->getResource()->update($this); return $this; } /** * @return $this */ public function saveRel() { $this->getResource()->saveRel($this); return $this; } }