Remove comment bloat from URL class.
This commit is contained in:
@@ -19,8 +19,6 @@ class URL {
|
|||||||
|
|
||||||
$base = Config::get('application.url');
|
$base = Config::get('application.url');
|
||||||
|
|
||||||
// Assets live in the public directory, and should not have
|
|
||||||
// the index file appended to their URLs.
|
|
||||||
if ( ! $asset)
|
if ( ! $asset)
|
||||||
{
|
{
|
||||||
$base .= '/'.Config::get('application.index');
|
$base .= '/'.Config::get('application.index');
|
||||||
|
|||||||
Reference in New Issue
Block a user