LMongo\Eloquent\Model::finishSave PHP Méthode

finishSave() protected méthode

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