瀏覽代碼

Added missing import of UserProviderInterface.

Jan Behrens 14 年之前
父節點
當前提交
88fd076133
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php

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

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