Remove comment bloat from URL class.
This commit is contained in:
parent
5ea2974bd6
commit
e48d611149
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue