@@ -3,8 +3,8 @@ |
||
3 | 3 | require_once __DIR__ . '/../../vendor/autoload.php'; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Annotations\AnnotationRegistry; |
6 | -use Reflection\Examples\Validator\Simple\Component\SimpleComponent; |
|
7 | 6 | use Reflection\Examples\Validator\Simple\Annotation\SimpleAnnotation; |
7 | +use Reflection\Examples\Validator\Simple\Component\SimpleComponent; |
|
8 | 8 | use Reflection\Validator\Annotation\ReflectionValidatorAnnotationReader; |
9 | 9 | |
10 | 10 | AnnotationRegistry::registerLoader('class_exists'); |