App\Services\Setting\Setting::rollback PHP Method

rollback() public method

Rollback runtime change.
public rollback ( )
    public function rollback()
    {
        $this->changed = [];
    }