Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Resolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/AbstractNavigationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function getPages(ServiceLocatorInterface $serviceLocator)
}

$application = $serviceLocator->get('Application');
$urlHelper = $serviceLocator->get('ViewHelperBroker')->load('url');
$urlHelper = $serviceLocator->get('ViewHelperManager')->get('url');
$routeMatch = $application->getMvcEvent()->getRouteMatch();
$pages = $this->getPagesFromConfig($configuration['navigation'][$this->getName()]);

Expand Down Expand Up @@ -92,4 +92,4 @@ protected function injectComponents($pages, RouteMatch $routeMatch, UrlHelper $u
}
return $pages;
}
}
}

0 comments on commit ff58ff4

Please sign in to comment.