Make Navigation::findItem() public
We need this method public for the navigation dashbaord.
This commit is contained in:
parent
21dbe4ec47
commit
e7ca817e81
|
@ -363,7 +363,7 @@ class Navigation implements ArrayAccess, Countable, IteratorAggregate
|
|||
*
|
||||
* @return NavigationItem
|
||||
*/
|
||||
protected function findItem($name)
|
||||
public function findItem($name)
|
||||
{
|
||||
$item = $this->getItem($name);
|
||||
if ($item !== null) {
|
||||
|
|
Loading…
Reference in New Issue