Skip to content

Commit

Permalink
Merge pull request EC-CUBE#6009 from tao-s/patch-28
Browse files Browse the repository at this point in the history
fix: EC-CUBE#6008 doctrineのconfigにdefault_connectionを追加
  • Loading branch information
dotani1111 authored Dec 4, 2023
2 parents 103a42c + 4587dc9 commit cae3bf9
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 cae3bf9

Please sign in to comment.