Commit 25f4a07
committed
minor #710 Remove unnecessary configuration for controllers (yceruto)
This PR was merged into the master branch.
Discussion
----------
Remove unnecessary configuration for controllers
This configuration is only necessary for service controllers that don't extend from `Controller` or `AbstractController`, which is not the case here.
It is not clear in the recipe (in this sense) but the documentation is clear enough:
> http://symfony.com/doc/current/controller.html#fetching-services-as-controller-arguments
> If you're not using the default configuration, you can tag your service manually with `controller.service_arguments`.
Commits
-------
1682f19 Remove unnecessary configuration for controllers1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 33 | | |
40 | 34 | | |
41 | 35 | | |
| |||
0 commit comments