Skip to content

Commit e9bb40d

Browse files
Update filters.md
Changed EntityManagerInterface namespace
1 parent 0ffd027 commit e9bb40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ namespace App\EventListener;
11831183
11841184
use Symfony\Component\Security\Core\User\UserInterface;
11851185
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
1186-
use Doctrine\Orm\EntityManagerInterface;
1186+
use Doctrine\ORM\EntityManagerInterface;
11871187
use Doctrine\Common\Annotations\Reader;
11881188
11891189
final class UserFilterConfigurator

0 commit comments

Comments
 (0)