Skip to content

Commit b1e0c88

Browse files
authoredMar 7, 2025··
fix(doctrine): correct the use statement for ManagerRegistry (#7004)
1 parent 1e0bc9d commit b1e0c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Doctrine/Orm/Extension/ParameterExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
use ApiPlatform\Metadata\Operation;
2323
use ApiPlatform\State\ParameterNotFound;
2424
use Doctrine\ORM\QueryBuilder;
25+
use Doctrine\Persistence\ManagerRegistry;
2526
use Psr\Container\ContainerInterface;
26-
use Symfony\Bridge\Doctrine\ManagerRegistry;
2727

2828
/**
2929
* Reads operation parameters and execute its filter.

0 commit comments

Comments
 (0)
Please sign in to comment.