Xpressengine\Support\Entity::syncOriginal PHP Method

syncOriginal() public method

Sync the original attributes with the current.
public syncOriginal ( )
    public function syncOriginal()
    {
        $this->original = $this->attributes;
        return $this;
    }