LMongo\Eloquent\Model::finishSave PHP Метод

finishSave() защищенный Метод

Finish processing on a successful save operation.
protected finishSave ( ) : void
Результат void
    protected function finishSave()
    {
        $this->syncOriginal();
        $this->fireModelEvent('saved', false);
        $this->touchOwners();
    }
Model