Skip to content

Commit 396593a

Browse files
authored
making upgrades easier
1 parent 35e39e4 commit 396593a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/web/routing/Router.cfc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ component
176176
return this;
177177
}
178178

179-
180179
/**
181180
* This method is to be implemented by the application router you create.
182181
* This is where you will define all your routing.
@@ -185,7 +184,7 @@ component
185184
}
186185

187186
/**
188-
* Helper to avoid break issues when upgrading
187+
* Helper to avoid break issues when upgrading to ColdBox 8
189188
*/
190189
function setFullRewrites(){
191190
variables.log.warn( "The setFullRewrites() method on the router is removed and deprecated since version 6. Please do not use anymore" );

0 commit comments

Comments
 (0)