Move validator methods
This commit is contained in:
@@ -17,7 +17,6 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'Model' => array(
|
||||
'Action',
|
||||
'ActionParameter',
|
||||
'Authentication',
|
||||
'Board',
|
||||
'Category',
|
||||
'Color',
|
||||
@@ -86,7 +85,14 @@ class ClassProvider implements ServiceProviderInterface
|
||||
),
|
||||
'Validator' => array(
|
||||
'ActionValidator',
|
||||
'AuthValidator',
|
||||
'CategoryValidator',
|
||||
'ColumnValidator',
|
||||
'CommentValidator',
|
||||
'CurrencyValidator',
|
||||
'CustomFilterValidator',
|
||||
'GroupValidator',
|
||||
'LinkValidator',
|
||||
'PasswordResetValidator',
|
||||
'ProjectValidator',
|
||||
'SubtaskValidator',
|
||||
|
||||
Reference in New Issue
Block a user