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 1f502ff commit 0f1281aCopy full SHA for 0f1281a
modules/validation/models/ValidationManager.cfc
@@ -60,7 +60,7 @@ component accessors="true" serialize="false" implements="IValidationManager"{
60
/**
61
* A resource bundle plugin for i18n capabilities
62
*/
63
- property name="resourceService" inject="ResourceService@i18n" required="false";
+ property name="resourceService" inject="ResourceService@i18n";
64
65
66
* Shared constraints that can be loaded into the validation manager
0 commit comments