소스 검색

Added missing import of UserInterface.

Jan Behrens 14 년 전
부모
커밋
86b96f4f81
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php

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

@@ -15,6 +15,7 @@ use Doctrine\ORM\EntityManager;
 use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
 use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
 use Symfony\Component\Security\Core\User\UserProviderInterface;
+use Symfony\Component\Security\Core\User\UserInterface;
 
 /**
  * Wrapper around a Doctrine EntityManager.