Skip to content

Commit f6a9583

Browse files
committed
minor #252 Include asset Twig function for Symfony 3 (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Include asset Twig function for Symfony 3 Fix next error after update to the Symfony 3: > Unknown "asset" function in twig template P.S. following [v3.0.0-BETA1](https://github.com/symfony/symfony-standard/blob/51ca575c8f1339e62edb077f4f5e0ff1f5566423/app/config/config.yml#L34) release Commits ------- ee3112d Include asset Twig function for Symfony 3
2 parents d5f4b11 + ee3112d commit f6a9583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/config/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ framework:
4545
handler_id: ~
4646
fragments: ~
4747
http_method_override: true
48+
assets: ~
4849

4950
# Twig Configuration (used for rendering application templates)
5051
twig:

0 commit comments

Comments
 (0)