Commit fb413ac
committed
bug #53672 [FrameworkBundle]
This PR was merged into the 6.4 branch.
Discussion
----------
[FrameworkBundle] `ConfigBuilderCacheWarmer` should be non-optional
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix #53496
| License | MIT
Replaces #53512
This became apparent after #50391, where the warmer is run only when compiling the container. Before, it didn't really matter.
Commits
-------
8bd2ff8855 [FrameworkBundle] ConfigBuilderCacheWarmer should be non-optionalConfigBuilderCacheWarmer should be non-optional (nicolas-grekas)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
0 commit comments