Skip to content

Commit

Permalink
Fix Deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
cesurapp committed Mar 20, 2024
1 parent ba45f0e commit 438ed87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Kernel.php
Expand Up @@ -44,6 +44,9 @@ protected function configureContainer(ContainerConfigurator $container): void
'report_fields_where_declared' => true,
'naming_strategy' => 'doctrine.orm.naming_strategy.underscore_number_aware',
'auto_mapping' => true,
'controller_resolver' => [
'auto_mapping' => true,
],
'mappings' => [
'App' => [
'is_bundle' => false,
Expand Down

0 comments on commit 438ed87

Please sign in to comment.