diff --git a/symfony/twig-bundle/5.0/config b/symfony/twig-bundle/5.0/config deleted file mode 120000 index 7c6880c7..00000000 --- a/symfony/twig-bundle/5.0/config +++ /dev/null @@ -1 +0,0 @@ -../4.4/config \ No newline at end of file diff --git a/symfony/twig-bundle/5.0/config/packages/test b/symfony/twig-bundle/5.0/config/packages/test new file mode 120000 index 00000000..ee2f5f60 --- /dev/null +++ b/symfony/twig-bundle/5.0/config/packages/test @@ -0,0 +1 @@ +../../../3.3/config/packages/test \ No newline at end of file diff --git a/symfony/twig-bundle/5.0/config/packages/twig.yaml b/symfony/twig-bundle/5.0/config/packages/twig.yaml new file mode 100644 index 00000000..b3cdf306 --- /dev/null +++ b/symfony/twig-bundle/5.0/config/packages/twig.yaml @@ -0,0 +1,2 @@ +twig: + default_path: '%kernel.project_dir%/templates'