Move user validator methods

This commit is contained in:
Frederic Guillot
2016-01-11 21:08:37 -05:00
parent cec8491acd
commit f7e8bb8fa8
9 changed files with 195 additions and 172 deletions

View File

@@ -87,6 +87,7 @@ class ClassProvider implements ServiceProviderInterface
),
'Validator' => array(
'PasswordResetValidator',
'UserValidator',
),
'Core' => array(
'DateParser',