Skip to content

Commit 6613185

Browse files
committed
Fix Doctrine DataPersister priority
1 parent 6ca30b6 commit 6613185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/Symfony/Bundle/Resources/config/doctrine_orm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<service id="api_platform.doctrine.orm.data_persister" class="ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister" public="false">
1313
<argument type="service" id="doctrine" />
1414

15-
<tag name="api_platform.data_persister" />
15+
<tag name="api_platform.data_persister" priority="-1000" />
1616
</service>
1717

1818
<service id="api_platform.doctrine.orm.collection_data_provider" public="false" abstract="true">

0 commit comments

Comments
 (0)