Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit b5d46a9

Browse files
authored
Added missing parameter in call
1 parent e7c9783 commit b5d46a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZendViewRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private function renderModel(
219219
$viewModelHelper->setRoot($root);
220220
}
221221

222-
$result = $this->renderModel($child, $renderer);
222+
$result = $this->renderModel($child, $renderer, $root);
223223

224224
if ($child->isAppend()) {
225225
$oldResult = $model->{$capture};

0 commit comments

Comments
 (0)