Commit 153d7007 authored by Taylor Otwell's avatar Taylor Otwell

moved asset container to system directory.

parent b504089d
......@@ -19,7 +19,7 @@ class Asset {
{
if ( ! isset(static::$containers[$container]))
{
static::$containers[$container] = new Asset\Container($container);
static::$containers[$container] = new Asset_Container($container);
}
return static::$containers[$container];
......
<?php namespace System\Asset;
<?php namespace System;
use System\HTML;
class Container {
class Asset_Container {
/**
* The asset container name.
......
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