Fixed various typos throughout laravel folder.

Signed-off-by: Josh Miller <[email protected]>
This commit is contained in:
Josh Miller
2012-07-21 20:18:55 -04:00
parent 845023fc80
commit 0ea30993d4
36 changed files with 159 additions and 159 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class URL {
}
// Unless $https is specified (true or false) then maintain the current request
// security for any new links generated. So https for all secure links.
// security for any new links generated. So https for all secure links.
if (is_null($https)) $https = Request::secure();
$root = static::base().'/'.Config::get('application.index');