LMongo\Eloquent\Model::finishSave PHP Method

finishSave() protected method

Finish processing on a successful save operation.
protected finishSave ( ) : void
return void
    protected function finishSave()
    {
        $this->syncOriginal();
        $this->fireModelEvent('saved', false);
        $this->touchOwners();
    }
Model