We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3e010 commit 160e4a4Copy full SHA for 160e4a4
1 file changed
user_guide_src/source/outgoing/view_parser/009.php
@@ -4,7 +4,9 @@
4
5
$data = [
6
'name' => 'George',
7
- 'location' => ['city' => 'Red City', 'planet' => 'Mars'],
+ 'location' => [
8
+ ['city' => 'Red City', 'planet' => 'Mars'],
9
+ ],
10
];
11
12
return $parser->setData($data)->renderString($template);
0 commit comments