Skip to content

Commit 02a0fdd

Browse files
committed
we need fields, not just fields configs
1 parent b78bc05 commit 02a0fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/backend/formwidgets/FieldSet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ protected function loadAssets()
6666
}
6767

6868
/**
69-
* return the internal formwidget's outside fields
69+
* return the internal formwidget's fields
7070
*/
7171
public function getFormFields(): array
7272
{
73-
return $this->formWidget->fields;
73+
return $this->formWidget->getFields();
7474
}
7575

7676
/**

0 commit comments

Comments
 (0)