Skip to content

Commit a9ee771

Browse files
committed
Replace deprecated render tag with render function (fix #214)
1 parent 3808ae3 commit a9ee771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% render(controller("FOS\\HttpCacheBundle\\Tests\\Functional\\Fixtures\\Controller\\TagController::subrequestAction")) %}
1+
{{ render(controller("FOS\\HttpCacheBundle\\Tests\\Functional\\Fixtures\\Controller\\TagController::subrequestAction")) }}

0 commit comments

Comments
 (0)