Skip to content

Commit 9c885c0

Browse files
committed
add missing space after coma
1 parent 11faa45 commit 9c885c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/backend/formwidgets/FieldSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getFormFields(): array
7575

7676
foreach ($fields as $field) {
7777
if ($this->model->hasRelation($field->fieldName)) {
78-
throw new ApplicationException(trans('backend::lang.fieldset.relation-not-supported',['field' => $field->fieldName]));
78+
throw new ApplicationException(trans('backend::lang.fieldset.relation-not-supported', ['field' => $field->fieldName]));
7979
}
8080
}
8181
return $fields;

0 commit comments

Comments
 (0)