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

Commit 271c1fb

Browse files
committed
Fixes #78 : using uppercase for 'Application' service
Fixes #78
1 parent 45d259c commit 271c1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/ViewHelperManagerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private function createUrlHelperFactory(ContainerInterface $services)
138138
$router = Console::isConsole() ? 'HttpRouter' : 'Router';
139139
$helper->setRouter($services->get($router));
140140

141-
$match = $services->get('application')
141+
$match = $services->get('Application')
142142
->getMvcEvent()
143143
->getRouteMatch()
144144
;

0 commit comments

Comments
 (0)