fix wrong method scope

This commit is contained in:
Daniel Seifert 2023-06-28 13:54:54 +02:00
parent d78b28cf21
commit a790f60718
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
---
## unreleased
- fix wrong method scope
---
## 1.0.0.1 (2021-12-13)
- improve documentation

View File

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