Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #50945 [DebugBundle][FrameworkBundle] Fix using the framework wit…
…hout the Console component (HypeMC) This PR was merged into the 5.4 branch. Discussion ---------- [DebugBundle][FrameworkBundle] Fix using the framework without the Console component | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - While working on #50787 I've noticed that it's impossible to use the framework without the Console component, event though it's an optional dependency. This PR aims to fix that. I've tested these changes on 5.4 & 6.3, however, I only made sure the container can compile. I'm not sure if there are any other gotchas. Commits ------- feddf407d2 [DebugBundle][FrameworkBundle] Fix using the framework without the Console component
- Loading branch information