فهرست منبع

Merge pull request #1250 from WenigerSH/master

Fixed type in namespace in "use" in class ErrorElement
Thomas 12 سال پیش
والد
کامیت
608099574a
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