Browse Source

fixing comment.

Taylor Otwell 13 years ago
parent
commit
753c769d10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/url.php

+ 1 - 1
laravel/url.php

@@ -208,7 +208,7 @@ class URL {
 
 		// 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;