Fixed typo in View alias (missing backslash).
This commit is contained in:
@@ -118,7 +118,7 @@ return array(
|
|||||||
'Session' => 'System\\Session',
|
'Session' => 'System\\Session',
|
||||||
'Str' => 'System\\Str',
|
'Str' => 'System\\Str',
|
||||||
'Text' => 'System\\Text',
|
'Text' => 'System\\Text',
|
||||||
'View' => 'System\View',
|
'View' => 'System\\View',
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
Reference in New Issue
Block a user