diff --git a/src/Services/Forms/Fields/BaseFormField.php b/src/Services/Forms/Fields/BaseFormField.php index 19d0fe24c..5bc6b114d 100644 --- a/src/Services/Forms/Fields/BaseFormField.php +++ b/src/Services/Forms/Fields/BaseFormField.php @@ -104,7 +104,7 @@ public function connectedTo(string $fieldName, mixed $fieldValues, array $option 'fieldValues' => $fieldValues, ...$options, ]; - + return $this; }