Skip to content

Commit e2496e6

Browse files
jonnyeomdunglas
authored andcommitted
docs: Update default values for deprecated config
1 parent 1fbfa67 commit e2496e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/configuration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ api_platform:
6868
# Enable the data collector and the WebProfilerBundle integration.
6969
enable_profiler: true
7070

71+
# Use Symfony event listeners instead of providers and processors.
72+
event_listeners_backward_compatibility_layer: false
73+
7174
# Keep doctrine/inflector instead of symfony/string to generate plurals for routes.
72-
keep_legacy_inflector: true
75+
keep_legacy_inflector: false
7376

7477
collection:
7578
# The name of the query parameter to filter nullable results (with the ExistsFilter).

0 commit comments

Comments
 (0)