We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11faa45 commit 9c885c0Copy full SHA for 9c885c0
modules/backend/formwidgets/FieldSet.php
@@ -75,7 +75,7 @@ public function getFormFields(): array
75
76
foreach ($fields as $field) {
77
if ($this->model->hasRelation($field->fieldName)) {
78
- throw new ApplicationException(trans('backend::lang.fieldset.relation-not-supported',['field' => $field->fieldName]));
+ throw new ApplicationException(trans('backend::lang.fieldset.relation-not-supported', ['field' => $field->fieldName]));
79
}
80
81
return $fields;
0 commit comments