Browse Source

Update reference to removed method.

ADmad 11 years ago
parent
commit
3d169f30a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Routing/Router.php

+ 1 - 1
src/Routing/Router.php

@@ -817,7 +817,7 @@ class Router {
  * specific kinds of scopes.
  *
  * Routing scopes will inherit the globally set extensions configured with
- * Router::parseExtensions(). You can also set valid extensions using
+ * Router::extensions(). You can also set valid extensions using
  * `$routes->extensions()` in your closure.
  *
  * @param string $path The path prefix for the scope. This path will be prepended