Commit 9f224c7
committed
minor #57462 [FrameworkBundle] Lazy
This PR was merged into the 7.2 branch.
Discussion
----------
[FrameworkBundle] Lazy `kernel.secret` parameter resolving
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | -
| License | MIT
symfony/symfony#56985 and symfony/recipes#1317 following up
The goal of this PR is to fix the current compiler-errors about a missing `kernel.secret` parameter when it's not set at all. Thus, improving the first-time experience with minimalistic apps.
Commits
-------
0284011717 Lazy kernel.secret parameter resolvingkernel.secret parameter resolving (yceruto)1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
157 | | - | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
0 commit comments