You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #57462 [FrameworkBundle] Lazy kernel.secret parameter resolving (yceruto)
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 resolving
0 commit comments