Commit 70e2e45
committed
minor #20117 Add the missing note on how to inject a service into the controller (wkania)
This PR was merged into the 5.4 branch.
Discussion
----------
Add the missing note on how to inject a service into the controller
Without it there is an error:
Could not resolve argument of "Controller", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?
Commits
-------
be7999e Add the missing note on how to inject a service into the controller1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
0 commit comments