added more to comment.

This commit is contained in:
Taylor Otwell 2011-11-20 22:51:31 -06:00
parent 10b9001e13
commit 5e95f05d9b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public function __construct($key, $callback, $parameters = array())
// Extract each URI from the route key. Since the route key has the
// request method, we will extract that from the string. If the URI
// points to the root of the application, a single forward slash
// will be returned.
// will be returned since that is used for the root route.
if (strpos($key, ', ') === false)
{
$this->uris = array($this->extract($this->key));