Fixed typo in View alias (missing backslash).
This commit is contained in:
parent
1ff5f84545
commit
c77e8c5a36
|
@ -118,7 +118,7 @@
|
|||
'Session' => 'System\\Session',
|
||||
'Str' => 'System\\Str',
|
||||
'Text' => 'System\\Text',
|
||||
'View' => 'System\View',
|
||||
'View' => 'System\\View',
|
||||
),
|
||||
|
||||
);
|
Loading…
Reference in New Issue