Skip to content

Commit

Permalink
ResultCache を array に変更
Browse files Browse the repository at this point in the history
Symfony3.4.30 で DoctrineBundle の依存が 1.11 → 1.12 へ変更となり,
DoctrineCacheBundle から Symfony/Cache を利用するようになったため,
APP_ENV=dev でも ResultCache が有効になっている模様.

APP_ENV=dev では不要なので array に変更する
  • Loading branch information
nanasess committed Nov 27, 2019
1 parent caf57bf commit cafea2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/config/eccube/packages/dev/doctrine.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://github.com/symfony/demo/blob/master/config/packages/prod/doctrine.yaml
# https://symfony.com/doc/master/bundles/DoctrineBundle/configuration.html
doctrine:
orm:
result_cache_driver: array

0 comments on commit cafea2e

Please sign in to comment.