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

Commit 61df140

Browse files
committed
minor #891 Move the placeholder for assets version in config.yml (kachkaev)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #891). Discussion ---------- Move the placeholder for assets version in config.yml Uncommenting ’#assets_version: SomeVersionScheme’ will cause an exception in Symfony 2.7+ The parameter was moved to framework -> asserts. Commits ------- d1cafee Move the placeholder for assets version in config.yml
2 parents c836d35 + d1cafee commit 61df140

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/config/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ framework:
2121
#serializer: { enable_annotations: true }
2222
templating:
2323
engines: ['twig']
24-
#assets_version: SomeVersionScheme
2524
default_locale: "%locale%"
2625
trusted_hosts: ~
2726
trusted_proxies: ~

0 commit comments

Comments
 (0)