Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceverheije authored and ifox committed Nov 29, 2023
1 parent f32abd6 commit 5bddccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Forms/Fields/BaseFormField.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function connectedTo(string $fieldName, mixed $fieldValues, array $option
'fieldValues' => $fieldValues,
...$options,
];

return $this;
}

Expand Down

0 comments on commit 5bddccf

Please sign in to comment.