Remove comment bloat from URL class.

This commit is contained in:
Taylor Otwell 2011-07-08 12:48:44 -07:00
parent 5ea2974bd6
commit e48d611149
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ public static function to($url = '', $https = false, $asset = false)
$base = Config::get('application.url');
// Assets live in the public directory, and should not have
// the index file appended to their URLs.
if ( ! $asset)
{
$base .= '/'.Config::get('application.index');