Skip to content

Commit

Permalink
fix: EC-CUBE#6008 doctrineのconfigにdefault_connectionを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-s authored and chihiro-adachi committed Nov 28, 2023
1 parent 103a42c commit 6880761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config/eccube/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ doctrine:
types:
datetime: 'Eccube\Doctrine\DBAL\Types\UTCDateTimeType'
datetimetz: 'Eccube\Doctrine\DBAL\Types\UTCDateTimeTzType'
default_connection: 'default'
orm:
auto_generate_proxy_classes: '%kernel.debug%'
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
Expand Down

0 comments on commit 6880761

Please sign in to comment.