Commit 07766b3
Robin Chalas
feature symfony#25562 allow autowire for http_utils class (do-see)
This PR was merged into the 4.1-dev branch.
Discussion
----------
allow autowire for http_utils class
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | none
| License | MIT
| Doc PR | n.a.
This PR enables autowire for `Symfony\Component\Security\Http\HttpUtils`.
We use this for an custom authenticator.
Commits
-------
b1030d7 allow autowire for http_utils classFile tree
1 file changed
+1
-0
lines changed- src/Symfony/Bundle/SecurityBundle/Resources/config
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
0 commit comments