Nextras\Orm\Relationships\ManyHasOne::modify PHP Method

modify() protected method

protected modify ( )
    protected function modify()
    {
        $this->isModified = true;
        $this->parent->setAsModified($this->metadata->name);
    }