From 4ac9c728de07355a43ac33401b541fe8140e979c Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 2 Jun 2020 16:15:27 -0400 Subject: [PATCH] Remove reference to --- config/bundles.php | 2 -- config/packages/doctrine.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/bundles.php b/config/bundles.php index 01e687e..3d78d01 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -1,7 +1,6 @@ ['all' => true], Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], @@ -11,5 +10,4 @@ return [ Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], - Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], ]; diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 1e18983..7c0c9e7 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -19,7 +19,7 @@ doctrine: url: '%env(DATABASE_URL)%' orm: auto_generate_proxy_classes: '%kernel.debug%' - #naming_strategy: doctrine.orm.naming_strategy.underscore + naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware auto_mapping: true mappings: App: