We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a999c62 commit 1e7f1a8Copy full SHA for 1e7f1a8
core/configuration.md
@@ -68,6 +68,9 @@ api_platform:
68
# Enable the data collector and the WebProfilerBundle integration.
69
enable_profiler: true
70
71
+ # Keep doctrine/inflector instead of symfony/string to generate plurals for routes.
72
+ keep_legacy_inflector: true
73
+
74
collection:
75
# The name of the query parameter to filter nullable results (with the ExistsFilter).
76
exists_parameter_name: 'exists'
0 commit comments