فهرست منبع

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 Symfony\Component\Security\Core\Exception\UnsupportedUserException;
 use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
+use Symfony\Component\Security\Core\User\UserProviderInterface;
 
 /**
  * Wrapper around a Doctrine EntityManager.