Commit b0f0bdf
committed
minor symfony#61530 [DependencyInjection] add routing.controller to the list of known DI tags (xabbuh)
This PR was merged into the 7.4 branch.
Discussion
----------
[DependencyInjection] add routing.controller to the list of known DI tags
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
re-reading symfony#61492 I wonder if we don't have to add the new tag to this list
Commits
-------
593ee8f add routing.controller to the list of known DI tagsFile tree
2 files changed
+2
-0
lines changed- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection/Compiler
- Tests/DependencyInjection/Compiler
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments