Commit cc85d58
Exclude static ConflictResolver from service autodiscovery
ConflictResolver has a private constructor and is only used statically,
so it must not be registered as a service. Excludes it from autowiring
to fix Symfony 8 cache:clear failure.
Closes #22
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1409d07 commit cc85d58
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments