diff --git a/contao/core-bundle/4.6/config/packages/contao_core.yaml b/contao/core-bundle/4.6/config/packages/contao_core.yaml index 202e4ced..8e665be6 100644 --- a/contao/core-bundle/4.6/config/packages/contao_core.yaml +++ b/contao/core-bundle/4.6/config/packages/contao_core.yaml @@ -1,2 +1,3 @@ +# See https://github.com/contao/core-bundle contao: web_dir: "%kernel.project_dir%/public" diff --git a/contao/core-bundle/4.6/post-install.txt b/contao/core-bundle/4.6/post-install.txt index a2f27911..627ec044 100644 --- a/contao/core-bundle/4.6/post-install.txt +++ b/contao/core-bundle/4.6/post-install.txt @@ -5,7 +5,7 @@ * Enable ESI in the config/packages/framework.yaml file. * Add the Contao routes to your config/routing.yaml file and - make sure that they will be loaded at the very end. + make sure they are loaded at the very end. * Edit your config/security.yaml file and include all the necessary providers, firewalls and access control sections.