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
* [11.x] Correct how base options for missing config files are preloaded (#56216)
* Formatting
* Add breaking test to demo config array has been incorrectly keyed with numbers
* Correct how base options for missing config files are preloaded
* fix: AsCommand properties not being set on commands (#56236)
The Symfony Command uses the AsCommand attribute to set properties on
the command class. However, the properties are only set if they are
identical to an empty string. The Laravel Command class overrides the
properties and removes the default value which causes the properties to
be null and therefore not set.
---------
Co-authored-by: Caleb White <[email protected]>
0 commit comments