Commit 86bb5ac
authored
Fix web/front.php
$controller always return false.
$controller = $controllerResolver->getController($request);
$arguments = $argumentResolver->getArguments($request, $controller);
The two lines above should run after:
$request->attributes->add($matcher->match($request->getPathInfo()));1 parent dbaf02c commit 86bb5ac
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | 188 | | |
192 | 189 | | |
193 | 190 | | |
| |||
0 commit comments