We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0197fe0 commit 56b5974Copy full SHA for 56b5974
grails-fields/src/main/groovy/grails/plugin/formfields/FieldsGrailsPlugin.groovy
@@ -42,8 +42,7 @@ class FieldsGrailsPlugin extends Plugin {
42
formFieldsTemplateService(FormFieldsTemplateService)
43
fieldsDomainPropertyFactory(DomainPropertyFactoryImpl)
44
domainModelService(DomainModelServiceImpl) {
45
- domainPropertyFactory:
46
- ref(fieldsDomainPropertyFactory)
+ domainPropertyFactory = ref('fieldsDomainPropertyFactory')
47
}
48
49
0 commit comments