fix wrong method scope
This commit is contained in:
bovenliggende
d78b28cf21
commit
a790f60718
@ -2,6 +2,12 @@
|
||||
|
||||
---
|
||||
|
||||
## unreleased
|
||||
|
||||
- fix wrong method scope
|
||||
|
||||
---
|
||||
|
||||
## 1.0.0.1 (2021-12-13)
|
||||
|
||||
- improve documentation
|
||||
|
@ -24,7 +24,7 @@ class NavigationTreeSortedMenus extends NavigationTreeSortedMenus_parent
|
||||
/**
|
||||
* @param $dom
|
||||
*/
|
||||
public function _addLinks($dom)
|
||||
protected function _addLinks($dom)
|
||||
{
|
||||
$this->d3SortMenus();
|
||||
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user