Skip to content

Commit

Permalink
Internal: Implement getter for ResourceComment.php::$root
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Apr 29, 2024
1 parent e23eb95 commit dbf2adf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CoreBundle/Entity/ResourceComment.php
Expand Up @@ -149,4 +149,9 @@ public function setChildren(Collection $children): self

return $this;
}

public function getRoot(): int
{
return $this->root;
}
}

0 comments on commit dbf2adf

Please sign in to comment.