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
commit 2b4093f7a5
1 changed files with 1 additions and 1 deletions

View File

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