diff --git a/src/NestedSetsBehavior.php b/src/NestedSetsBehavior.php index 44006cd..038bcf6 100644 --- a/src/NestedSetsBehavior.php +++ b/src/NestedSetsBehavior.php @@ -412,10 +412,6 @@ public function beforeInsert(): void */ public function beforeUpdate(): void { - if ($this->node?->getIsNewRecord() === false) { - $this->node->refresh(); - } - switch ($this->operation) { case self::OPERATION_MAKE_ROOT: if ($this->treeAttribute === false) {