Fix "How to Master and Create new Environments" to use the Debug component #2569
Labels
actionable
Clear and specific issues ready for anyone to take them.
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Milestone
The "Debug Mode" sidebar in
cookbook/configuration/environments
has to be updated. Debugging is no longer handled in the Kernel. The only way to enable the debugging is by callingSymfony\Component\Debug::enable()
.More information:
The text was updated successfully, but these errors were encountered: