LazyRecord\ModelTrait\RevisionModelTrait::beforeUpdate PHP Method

beforeUpdate() public method

public beforeUpdate ( $args = [] )
    public function beforeUpdate($args = array())
    {
        if ($this->saveRevisionWhenUpdate) {
            $rev = $this->createRevision();
        }
        return $args;
    }