소스 검색

[DoctrineBridge] Changed namespace of EntityUserProvider[B

marc.weistroff 14 년 전
부모
커밋
26e96c4ab0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php

+ 1 - 1
src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php

@@ -9,7 +9,7 @@
  * file that was distributed with this source code.
  */
 
-namespace Symfony\Component\Security\Core\User;
+namespace Symfony\Bridge\Doctrine\Security\User;
 
 use Doctrine\ORM\EntityManager;
 use Symfony\Component\Security\Core\Exception\UnsupportedUserException;