mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Explicitly configure some deprecated configuration options
This commit is contained in:
parent
b4d8d31c2d
commit
8c45a40f9e
2 changed files with 4 additions and 1 deletions
|
@ -33,4 +33,5 @@ api_platform:
|
|||
pagination_client_items_per_page: true # Allow clients to override the default items per page
|
||||
|
||||
keep_legacy_inflector: false
|
||||
event_listeners_backward_compatibility_layer: false
|
||||
# Need to be true, or some tests will fail
|
||||
use_symfony_listeners: true
|
|
@ -33,6 +33,8 @@ doctrine:
|
|||
validate_xml_mapping: true
|
||||
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
|
||||
auto_mapping: true
|
||||
controller_resolver:
|
||||
auto_mapping: true
|
||||
mappings:
|
||||
App:
|
||||
type: attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue