File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/Bridge/Symfony/Bundle/Resources/config
tests/Bridge/Symfony/Bundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 164
164
<tag name =" api_platform.doctrine.orm.query_extension.collection" priority =" 16" />
165
165
</service >
166
166
<service id =" ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension" alias =" api_platform.doctrine.orm.query_extension.order" />
167
- <service id =" Doctrine\Common\Persistence\ManagerRegistry" alias =" doctrine" />
168
167
</services >
169
168
170
169
</container >
Original file line number Diff line number Diff line change 38
38
use ApiPlatform \Core \Tests \Fixtures \TestBundle \TestBundle ;
39
39
use ApiPlatform \Core \Validator \ValidatorInterface ;
40
40
use Doctrine \Bundle \DoctrineBundle \DoctrineBundle ;
41
- use Doctrine \Common \Persistence \ManagerRegistry ;
42
41
use FOS \UserBundle \FOSUserBundle ;
43
42
use Nelmio \ApiDocBundle \NelmioApiDocBundle ;
44
43
use PHPUnit \Framework \TestCase ;
@@ -736,7 +735,6 @@ private function getBaseContainerBuilderProphecy()
736
735
PaginationExtension::class => 'api_platform.doctrine.orm.query_extension.pagination ' ,
737
736
OrderExtension::class => 'api_platform.doctrine.orm.query_extension.order ' ,
738
737
ValidatorInterface::class => 'api_platform.validator ' ,
739
- ManagerRegistry::class => 'doctrine ' ,
740
738
];
741
739
742
740
foreach ($ aliases as $ alias => $ service ) {
You can’t perform that action at this time.
0 commit comments