@@ -2,10 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Mbright\Validation\Spec; |
4 | 4 | |
5 | -use Mbright\Validation\Exception\RuleClassNotDefinedException; |
|
6 | -use Mbright\Validation\Rule\Sanitize\SanitizeRuleInterface; |
|
7 | -use Mbright\Validation\Rule\Validate\ValidateRuleInterface; |
|
8 | - |
|
9 | 5 | abstract class AbstractSpec |
10 | 6 | { |
11 | 7 | /** |