File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 22
22
<tag name =" api_platform.state_processor" priority =" -100" />
23
23
</service >
24
24
25
+ <service id =" ApiPlatform\Doctrine\Common\State\RemoveProcessor" class =" ApiPlatform\Doctrine\Common\State\RemoveProcessor" >
26
+ <argument type =" service" id =" doctrine_mongodb" />
27
+
28
+ <tag name =" api_platform.state_processor" priority =" -100" />
29
+ </service >
30
+
31
+ <service id =" ApiPlatform\Doctrine\Common\State\PersistProcessor" class =" ApiPlatform\Doctrine\Common\State\PersistProcessor" >
32
+ <argument type =" service" id =" doctrine_mongodb" />
33
+
34
+ <tag name =" api_platform.state_processor" priority =" -100" />
35
+ </service >
36
+
25
37
<!-- Filter -->
26
38
27
39
<service id =" api_platform.doctrine_mongodb.odm.boolean_filter" class =" ApiPlatform\Doctrine\Odm\Filter\BooleanFilter" public =" false" abstract =" true" >
You can’t perform that action at this time.
0 commit comments