From 02ad4c5c476d59191634f8f74a8a48abc3163b65 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 4 Apr 2012 11:09:44 -0500 Subject: [PATCH] adjusting comments. --- laravel/url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/url.php b/laravel/url.php index cf23dc47..77ed180b 100644 --- a/laravel/url.php +++ b/laravel/url.php @@ -159,7 +159,7 @@ public static function to_action($action, $parameters = array()) } // If no route was found that handled the given action, we'll just // generate the URL using the typical controller routing setup - // for URIs and turn SSL to false. + // for URIs and turn SSL to false by default. else { return static::convention($action, $parameters);