fixing comment.

This commit is contained in:
Taylor Otwell 2012-02-23 16:19:00 -06:00
parent 160e839e81
commit 753c769d10
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ protected static function convention($action, $parameters)
// If a bundle exists for the action, we will attempt to use it's "handles"
// clause as the root of the generated URL, as the bundle can only handle
// URIs that begin with that string.
// URIs that begin with that string and no others.
$root = $bundle['handles'] ?: '';
$https = false;