tweaks to package handling.

This commit is contained in:
Taylor Otwell
2011-08-02 22:40:12 -05:00
parent dbf43877c6
commit 188b0c4f29
4 changed files with 12 additions and 18 deletions

View File

@@ -35,6 +35,7 @@ return array(
'Inflector' => 'System\\Inflector',
'Input' => 'System\\Input',
'Lang' => 'System\\Lang',
'Loader' => 'System\\Loader',
'Package' => 'System\\Package',
'URL' => 'System\\URL',
'Redirect' => 'System\\Redirect',