adjusting comments.

This commit is contained in:
Taylor Otwell
2012-04-04 11:09:44 -05:00
parent c31f001f22
commit 02ad4c5c47

View File

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