Commit 823b3b0
authored
[DependencyInjection][Fix] Missing RequestStack
Hello,
Since the 2.8 the RouterListener object needs the RequestStack object for the second argument.
As you may notice it is missing in the following example:
- http://symfony.com/doc/current/create_framework/dependency_injection.html
Regards,1 parent 42c7ea8 commit 823b3b0
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments