Commit 8175960
committed
minor symfony#60613 [SecurityBundle] Remove
This PR was merged into the 6.4 branch.
Discussion
----------
[SecurityBundle] Remove `AnonymousFactory` leftovers
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
The `AnonymousFactory` was removed in symfony#41613 but the related configuration was still referenced in the `SecurityExtension`.
(Not sure about the target branch since this isn’t a bugfix.)
Commits
-------
0bd8eb2 [SecurityBundle] Remove `AnonymousFactory` leftoversAnonymousFactory leftovers (MatTheCat)File tree
1 file changed
+2
-2
lines changed- src/Symfony/Bundle/SecurityBundle/DependencyInjection
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| |||
0 commit comments