Commit e48d6111 authored by Taylor Otwell's avatar Taylor Otwell

Remove comment bloat from URL class.

parent 5ea2974b
......@@ -19,8 +19,6 @@ class 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)
{
$base .= '/'.Config::get('application.index');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment