File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/resources/test-module Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ component extends="coldbox.system.web.services.BaseService" accessors="true" {
698698
699699 // Add as a mapped directory with module name as the namespace with correct mapping path
700700 var packagePath = (
701- len ( mConfig .mapping ) ? mConfig .mapping & " .#mConfig .conventions .modelsLocation #" : mConfig .modelsInvocationPath
701+ len ( mConfig .engineMapping ) ? mConfig .engineMapping & " .#mConfig .conventions .modelsLocation #" : mConfig .modelsInvocationPath
702702 );
703703
704704 // Module Injector : Map with no namespace in the local injector
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ component {
1313 this .autoMapModels = true ;
1414
1515 function configure (){
16- settings = {
16+ variables . settings = {
1717 " foo" : " bar"
1818 }
1919 }
You can’t perform that action at this time.
0 commit comments