mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 00:19:26 -05:00
Node: remove duplicate method
This commit is contained in:
parent
675b74ada9
commit
944ec1c880
1 changed files with 0 additions and 5 deletions
|
|
@ -242,11 +242,6 @@ abstract class Node
|
|||
return $this->bp->isEditMode();
|
||||
}
|
||||
|
||||
public function hasChildren($filter = null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getChildren($filter = null)
|
||||
{
|
||||
return array();
|
||||
|
|
|
|||
Loading…
Reference in a new issue