Merge pull request #989 from dprvig/develop

Fixed various typos throughout laravel folder.
This commit is contained in:
Dayle Rees
2012-07-27 03:54:40 -07:00
35 changed files with 61 additions and 61 deletions

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');