Skip to content

Commit 56b5974

Browse files
committed
#14017 - fix - bean syntax
1 parent 0197fe0 commit 56b5974

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

grails-fields/src/main/groovy/grails/plugin/formfields/FieldsGrailsPlugin.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ class FieldsGrailsPlugin extends Plugin {
4242
formFieldsTemplateService(FormFieldsTemplateService)
4343
fieldsDomainPropertyFactory(DomainPropertyFactoryImpl)
4444
domainModelService(DomainModelServiceImpl) {
45-
domainPropertyFactory:
46-
ref(fieldsDomainPropertyFactory)
45+
domainPropertyFactory = ref('fieldsDomainPropertyFactory')
4746
}
4847
}
4948
}

0 commit comments

Comments
 (0)