added validator to aliases.

This commit is contained in:
Taylor Otwell 2011-06-21 20:22:52 -05:00
parent 9b8942fa1d
commit 471ba2f8ae
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@
'Session' => 'System\\Session',
'Str' => 'System\\Str',
'Text' => 'System\\Text',
'Validator' => 'System\\Validator',
'View' => 'System\\View',
),