Fixed comment on application.url.

This commit is contained in:
Taylor Otwell 2011-06-16 07:24:46 -07:00
parent 825be5be77
commit ac7a77ffeb
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
| 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',
/*
|--------------------------------------------------------------------------