diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index b3cdf30649..05ee15f67e 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -1,2 +1,4 @@ twig: - default_path: '%kernel.project_dir%/templates' + paths: + '%kernel.project_dir%/templates': default_path + "%kernel.project_dir%/public": public_path \ No newline at end of file