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