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

View File

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