Fixed typo in View alias (missing backslash).

This commit is contained in:
michaelowens 2011-06-19 11:50:56 -07:00
parent 1ff5f84545
commit c77e8c5a36
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',
),
);