Skip to content

Commit 31d8f77

Browse files
author
Tropicalista
authored
Remove useless entrypoint
1 parent 9786f76 commit 31d8f77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/cbvalidation/ModuleConfig.cfc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ component{
1616
this.viewParentLookup = true;
1717
// If true, looks for layouts in the parent first, if not found, then in module. Else vice-versa
1818
this.layoutParentLookup = true;
19-
// Module Entry Point
20-
this.entryPoint = "cbvalidation";
2119
// Model Namespace
2220
this.modelNamespace = "cbvalidation";
2321
// CF Mapping

0 commit comments

Comments
 (0)