Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #1 of 2


Q: 

Check out the following config:

# config/packages/twig.yaml
twig:
    globals:
        answer_to_everything: 42

How could we override the answer_to_everything config value to be 21 in the dev environment only?

userVoice