added log to aliases. fixed flash data bug.

This commit is contained in:
Taylor Otwell
2011-06-09 12:31:35 -05:00
parent 8ae6b95dcf
commit 49f7145729
3 changed files with 8 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ return array(
'Inflector' => 'System\\Inflector',
'Input' => 'System\\Input',
'Lang' => 'System\\Lang',
'Log' => 'System\\Log',
'URL' => 'System\\URL',
'Redirect' => 'System\\Redirect',
'Request' => 'System\\Request',