Commit 02ad4c5c by Taylor Otwell

adjusting comments.

parent c31f001f
...@@ -159,7 +159,7 @@ class URL { ...@@ -159,7 +159,7 @@ class URL {
} }
// If no route was found that handled the given action, we'll just // If no route was found that handled the given action, we'll just
// generate the URL using the typical controller routing setup // 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 else
{ {
return static::convention($action, $parameters); return static::convention($action, $parameters);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment