Skip to content

Commit

Permalink
flexibleLayout - update for sections π
Browse files Browse the repository at this point in the history
  • Loading branch information
vilimco committed Oct 30, 2017
1 parent 58730e0 commit 882203c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FlexibleLayoutRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public function render($data)
array_merge(
$layout,
[
'index' => $index
'index' => $index,
'section' => $layout
]
)
);
Expand Down

0 comments on commit 882203c

Please sign in to comment.