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.
2 parents 9786f76 + 31d8f77 commit 45292f1Copy full SHA for 45292f1
modules/cbvalidation/ModuleConfig.cfc
@@ -16,8 +16,6 @@ component{
16
this.viewParentLookup = true;
17
// If true, looks for layouts in the parent first, if not found, then in module. Else vice-versa
18
this.layoutParentLookup = true;
19
- // Module Entry Point
20
- this.entryPoint = "cbvalidation";
21
// Model Namespace
22
this.modelNamespace = "cbvalidation";
23
// CF Mapping
0 commit comments