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 e71c4f9 commit 35e39e4Copy full SHA for 35e39e4
system/web/routing/Router.cfc
@@ -185,11 +185,11 @@ component
185
}
186
187
/**
188
- * Helper to avoid break issues when upgrading
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" );
192
- }
+ * Helper to avoid break issues when upgrading
+ */
+ function setFullRewrites(){
+ variables.log.warn( "The setFullRewrites() method on the router is removed and deprecated since version 6. Please do not use anymore" );
+ }
193
194
195
* This method is called by the Routing Services to make sure the router is ready for operation.
0 commit comments