Fixed comment on application.url.

This commit is contained in:
Taylor Otwell
2011-06-16 07:24:46 -07:00
parent 825be5be77
commit ac7a77ffeb

View File

@@ -7,11 +7,11 @@ return array(
| Application URL
|--------------------------------------------------------------------------
|
| The URL used to access your application. Please include a trailing slash.
| The URL used to access your application. No trailing slash.
|
*/
'url' => 'http://localhost/',
'url' => 'http://localhost',
/*
|--------------------------------------------------------------------------