We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e39e4 commit 396593aCopy full SHA for 396593a
system/web/routing/Router.cfc
@@ -176,7 +176,6 @@ component
176
return this;
177
}
178
179
-
180
/**
181
* This method is to be implemented by the application router you create.
182
* This is where you will define all your routing.
@@ -185,7 +184,7 @@ component
185
184
186
187
188
- * Helper to avoid break issues when upgrading
+ * Helper to avoid break issues when upgrading to ColdBox 8
189
*/
190
function setFullRewrites(){
191
variables.log.warn( "The setFullRewrites() method on the router is removed and deprecated since version 6. Please do not use anymore" );
0 commit comments