Skip to content

Commit 002d2a5

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #434
2 parents 42edd62 + 499af21 commit 002d2a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
framework:
22
default_locale: '%locale%'
33
translator:
4-
paths:
5-
- '%kernel.project_dir%/translations'
4+
default_path: '%kernel.project_dir%/translations'
65
fallbacks:
76
- '%locale%'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
twig:
2-
paths: ['%kernel.project_dir%/templates']
2+
default_path: '%kernel.project_dir%/templates'
33
debug: '%kernel.debug%'
44
strict_variables: '%kernel.debug%'

0 commit comments

Comments
 (0)