File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public function render(): string
57
57
{
58
58
$ this ->tag ->addAttribute ('label ' , $ this ->arguments ['label ' ]);
59
59
$ options = '' ;
60
- foreach ($ this ->childNodes as $ childNode ) {
60
+ foreach ($ this ->viewHelperNode -> getChildNodes () as $ childNode ) {
61
61
if ($ childNode instanceof ViewHelperNode) {
62
62
$ options .= $ childNode ->evaluate ($ this ->renderingContext );
63
63
}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function initializeArguments(): void
58
58
public function render (): string
59
59
{
60
60
$ options = '' ;
61
- foreach ($ this ->childNodes as $ childNode ) {
61
+ foreach ($ this ->viewHelperNode -> getChildNodes () as $ childNode ) {
62
62
if ($ childNode instanceof ViewHelperNode) {
63
63
$ options .= $ childNode ->evaluate ($ this ->renderingContext );
64
64
}
You can’t perform that action at this time.
0 commit comments