Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

remove deprecated %kernel.root_dir% from config.yml #1066

Closed
wants to merge 2 commits into from

Conversation

JarJak
Copy link
Contributor

@JarJak JarJak commented May 2, 2017

From UPGRADE-3.3.md:
"Deprecated the kernel.root_dir parameter. Use the new kernel.project_dir parameter instead."

@@ -13,7 +13,7 @@ framework:
#translator: { fallbacks: ['%locale%'] }
secret: '%secret%'
router:
resource: '%kernel.root_dir%/config/routing.yml'
resource: '%kernel.project_dir%/../config/routing.yml'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be resource: '%kernel.project_dir%/app/config/routing.yml'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@fabpot
Copy link
Member

fabpot commented May 3, 2017

Thank you @JarJak.

@fabpot fabpot closed this in 841be9d May 3, 2017
@JarJak JarJak deleted the patch-2 branch May 3, 2017 14:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants