Skip to content

Commit 45292f1

Browse files
authored
Merge pull request #22 from Tropicalista/patch-1
Remove useless entrypoint
2 parents 9786f76 + 31d8f77 commit 45292f1

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)