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

Challenge #2 of 2


Q: 

The following is valid config that lives in your config/packages/twig.yaml file:

twig:
    default_path: '%kernel.project_dir%/templates'

What would happen if we deleted this file and moved the config to the bottom of config/packages/framework.yaml?

userVoice