Browse Source

fix #1807

jiangqh 2 years ago
parent
commit
dc70a359b2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Traits/ModelTree.php

+ 0 - 2
src/Traits/ModelTree.php

@@ -374,8 +374,6 @@ trait ModelTree
 
                 return false;
             }
-
-            return $branch;
         });
 
         static::deleting(function ($model) {