Commit dc48d567 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Utilise bien la PropertyMetadataFactory générale d'api-platform.

Et pas juste celle qui se base sur Doctrine.
Showing with 1 addition and 1 deletion
+1 -1
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<argument type="service" id="api_platform.resource_class_resolver"/> <argument type="service" id="api_platform.resource_class_resolver"/>
<argument type="service" id="api_platform.metadata.resource.metadata_factory"/> <argument type="service" id="api_platform.metadata.resource.metadata_factory"/>
<argument type="service" id="api_platform.metadata.property.name_collection_factory"/> <argument type="service" id="api_platform.metadata.property.name_collection_factory"/>
<argument type="service" id="api_platform.doctrine.orm.metadata.property.metadata_factory"/> <argument type="service" id="api_platform.metadata.property.metadata_factory"/>
<argument type="service" id="property_info"/> <argument type="service" id="property_info"/>
<argument type="service" id="api_platform.operation_method_resolver"/> <argument type="service" id="api_platform.operation_method_resolver"/>
<argument type="service" id="api_platform.operation_path_resolver"/> <argument type="service" id="api_platform.operation_path_resolver"/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment