Merge pull request #16 from michaelowens/develop

Fixed typo in View alias.
This commit is contained in:
Taylor Otwell
2011-06-19 13:15:26 -07:00

View File

@@ -118,7 +118,7 @@ return array(
'Session' => 'System\\Session',
'Str' => 'System\\Str',
'Text' => 'System\\Text',
'View' => 'System\View',
'View' => 'System\\View',
),
);