deprecated log class. removed from aliases. added storage/log.txt.

This commit is contained in:
Taylor Otwell
2011-07-11 12:33:22 -05:00
parent 8053d8e954
commit a6d1449b40
3 changed files with 0 additions and 78 deletions

View File

@@ -30,14 +30,12 @@ return array(
'Inflector' => 'System\\Inflector',
'Input' => 'System\\Input',
'Lang' => 'System\\Lang',
'Log' => 'System\\Log',
'URL' => 'System\\URL',
'Redirect' => 'System\\Redirect',
'Request' => 'System\\Request',
'Response' => 'System\\Response',
'Session' => 'System\\Session',
'Str' => 'System\\Str',
'Text' => 'System\\Text',
'Validator' => 'System\\Validator',
'View' => 'System\\View',