added validator to aliases.
This commit is contained in:
parent
9b8942fa1d
commit
471ba2f8ae
|
@ -118,6 +118,7 @@
|
||||||
'Session' => 'System\\Session',
|
'Session' => 'System\\Session',
|
||||||
'Str' => 'System\\Str',
|
'Str' => 'System\\Str',
|
||||||
'Text' => 'System\\Text',
|
'Text' => 'System\\Text',
|
||||||
|
'Validator' => 'System\\Validator',
|
||||||
'View' => 'System\\View',
|
'View' => 'System\\View',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue