Merge pull request #16 from michaelowens/develop
Fixed typo in View alias.
This commit is contained in:
commit
2b4093f7a5
|
@ -118,7 +118,7 @@
|
|||
'Session' => 'System\\Session',
|
||||
'Str' => 'System\\Str',
|
||||
'Text' => 'System\\Text',
|
||||
'View' => 'System\View',
|
||||
'View' => 'System\\View',
|
||||
),
|
||||
|
||||
);
|
Loading…
Reference in New Issue