File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ component
3131 inject = " coldbox"
3232 delegate = " relocate,runEvent,runRoute" ;
3333
34- property name = " flash" inject = " coldbox:flash" ;
34+ property name = " flash" inject = " coldbox:flash" ;
3535
3636 property name = " logBox" inject = " logbox" ;
3737
38- property name = " log" inject = " logbox:logger:{this}" ;
38+ property name = " log" inject = " logbox:logger:{this}" ;
3939
4040 property
4141 name = " wirebox"
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ component extends="coldbox.system.web.services.BaseService" accessors="true" {
4040 variables .wirebox = controller .getWireBox ();
4141
4242 // Routing AppMapping Determinations according to where the ColdBox app and the Web assets are located.
43- variables .appMapping = controller .getSetting ( " AppMapping" );
44- variables .webMapping = controller .getSetting ( " WebMapping" );
43+ variables .appMapping = controller .getSetting ( " AppMapping" );
44+ variables .webMapping = controller .getSetting ( " WebMapping" );
4545
4646 // Determine the routing app mapping
4747 // This is determined by the following process:
@@ -58,7 +58,7 @@ component extends="coldbox.system.web.services.BaseService" accessors="true" {
5858 controller .setSetting ( " routingAppMapping" , variables .routingAppMapping );
5959
6060 // Register as an interceptor to listen to pre processes for routing
61- variables .controller .getInterceptorService ().registerInterceptor ( interceptorObject : this );
61+ variables .controller .getInterceptorService ().registerInterceptor ( interceptorObject : this );
6262
6363 // Load the Application Router
6464 loadRouter ();
You can’t perform that action at this time.
0 commit comments