There was an error while loading. Please reload this page.
2 parents c1037b1 + 9718c76 commit 408ef24Copy full SHA for 408ef24
UPGRADE-2.2.md
@@ -15,8 +15,12 @@
15
16
```
17
{% render controller('BlogBundle:Post:list', { 'limit': 2 }), { 'alt': 'BlogBundle:Post:error' } %}
18
+ {# Or: #}
19
+ {{ render(controller('BlogBundle:Post:list', { 'limit': 2 }), { 'alt': 'BlogBundle:Post:error'}) }}
20
21
22
+ Note: The function is the preferred way.
23
+
24
### HttpFoundation
25
26
* The MongoDbSessionHandler default field names and timestamp type have changed.
0 commit comments