Skip to content

Commit

Permalink
return a boolean here otherwise it'll look like it failed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Sep 25, 2024
1 parent ab38b4a commit dfbab16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Structures/Tree.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ public function save()
$this->dispatchSavedEvent();

$this->syncOriginal();

return true;
}

public function delete()
Expand Down

0 comments on commit dfbab16

Please sign in to comment.