Skip to content

Commit a171520

Browse files
authored
comment+
1 parent 883e066 commit a171520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kris/LaravelFormBuilder/Fields/FormField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ protected function setDefaultOptions(array $options = [])
675675
// Get default defaults from config (eg. defaults.field_class)
676676
$this->options = $this->formHelper->mergeOptions($this->allDefaults(), $this->getDefaults());
677677

678-
// Maybe overwrite with field type defaults from config (eg. defaults, checkbox, field_class)
678+
// Maybe overwrite with field type defaults from config (eg. defaults.checkbox.field_class)
679679
$defaults = $this->setDefaultClasses($options);
680680
$this->options = $this->formHelper->mergeOptions($this->options, $defaults);
681681

0 commit comments

Comments
 (0)