Skip to content

Commit

Permalink
UnreachableParent: Change parent class to DependencyNode
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 committed Oct 23, 2024
1 parent 061f67a commit 4d08d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icingadb/Model/UnreachableParent.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @property (?RedundancyGroup)|Query $redundancy_group
* @property (?Dependency)|Query $dependency
*/
class UnreachableParent extends Model
class UnreachableParent extends DependencyNode
{
public function getTableName(): string
{
Expand Down

0 comments on commit 4d08d8b

Please sign in to comment.