Skip to content

Commit e556d35

Browse files
authored
Remove deprecated kernel.root_dir usage (#656)
1 parent 8e22136 commit e556d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ framework:
22
form: ~
33
secret: test
44
router:
5-
resource: "%kernel.root_dir%/config/routing.yml"
5+
resource: '%kernel.project_dir%/Tests/Functional/config/routing.yml'
66

77
twig:
88
exception_controller: null

0 commit comments

Comments
 (0)