fix wrong method scope

This commit is contained in:
2023-06-28 13:54:54 +02:00
parent d78b28cf21
commit a790f60718
2 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class NavigationTreeSortedMenus extends NavigationTreeSortedMenus_parent
/**
* @param $dom
*/
public function _addLinks($dom)
protected function _addLinks($dom)
{
$this->d3SortMenus();