Make Navigation::findItem() public

We need this method public for the navigation dashbaord.
This commit is contained in:
Eric Lippmann 2017-11-20 19:11:16 +01:00
parent 21dbe4ec47
commit e7ca817e81
1 changed files with 1 additions and 1 deletions

View File

@ -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) {