File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ namespace App\EventListener;
965
965
966
966
use Symfony\C omponent\S ecurity\C ore\User\User Interface;
967
967
use Symfony\C omponent\S ecurity\C ore\A uthentication\T oken\S torage\T okenStorageInterface;
968
- use Doctrine\C ommon \P ersistence \O bjectManager ;
968
+ use Doctrine\O rm \E ntityManagerInterface ;
969
969
use Doctrine\C ommon\A nnotations\R eader;
970
970
971
971
final class UserFilterConfigurator
@@ -974,7 +974,7 @@ final class UserFilterConfigurator
974
974
private $tokenStorage;
975
975
private $reader;
976
976
977
- public function __construct(ObjectManager $em, TokenStorageInterface $tokenStorage, Reader $reader)
977
+ public function __construct(EntityManagerInterface $em, TokenStorageInterface $tokenStorage, Reader $reader)
978
978
{
979
979
$this->em = $em;
980
980
$this->tokenStorage = $tokenStorage;
You can’t perform that action at this time.
0 commit comments