Browse Source

Remove reference to method that doesn't exist.

mark_story 10 years ago
parent
commit
5ea40038b9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/Routing/Router.php

+ 2 - 3
src/Routing/Router.php

@@ -29,9 +29,8 @@ use Cake\Utility\Inflector;
  * ### Connecting routes
  *
  * Connecting routes is done using Router::connect(). When parsing incoming requests or reverse matching
- * parameters, routes are enumerated in the order they were connected. You can modify the order of connected
- * routes using Router::promote(). For more information on routes and how to connect them see Router::connect().
- *
+ * parameters, routes are enumerated in the order they were connected. For more information on routes and
+ * how to connect them see Router::connect().
  */
 class Router
 {