Преглед на файлове

fixed typo in namespace Commponent -> Component for two classes.

Bartosz Rychlicki преди 12 години
родител
ревизия
5897c28a2b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Validator/ErrorElement.php

+ 2 - 2
Validator/ErrorElement.php

@@ -12,8 +12,8 @@ namespace Sonata\AdminBundle\Validator;
 
 use Symfony\Bundle\FrameworkBundle\Validator\ConstraintValidatorFactory;
 use Symfony\Component\Validator\ExecutionContext;
-use Symfony\Commponent\PropertyAccess\PropertyAccess;
-use Symfony\Commponent\PropertyAccess\PropertyPath;
+use Symfony\Component\PropertyAccess\PropertyAccess;
+use Symfony\Component\PropertyAccess\PropertyPath;
 use Symfony\Component\Validator\Constraint;
 
 class ErrorElement