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

Commit 155e5d3

Browse files
authored
Use single quotes and project_dir parameter
1 parent d7e3450 commit 155e5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ framework:
1313
#translator: { fallbacks: ['%locale%'] }
1414
secret: '%secret%'
1515
router:
16-
resource: '%kernel.root_dir%/config/routing.yml'
16+
resource: '%kernel.project_dir%/app/config/routing.yml'
1717
strict_requirements: ~
1818
form: ~
1919
csrf_protection: ~

0 commit comments

Comments
 (0)