From 753c769d103df6f7404d7f37c837f6011d9e0aa9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 23 Feb 2012 16:19:00 -0600 Subject: [PATCH] fixing comment. --- laravel/url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/url.php b/laravel/url.php index ae235db2..4057e4e9 100644 --- a/laravel/url.php +++ b/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;