Skip to content

Commit

Permalink
Fix "Remove DoctrineProvider and DoctrineAdapter because these classe…
Browse files Browse the repository at this point in the history
…s have been added to the doctrine/cache package"
  • Loading branch information
chihiro-adachi committed Dec 13, 2023
1 parent 2ac2fb8 commit 324e783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/config/eccube/packages/codeception/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ doctrine:

services:
doctrine.app_cache_provider:
class: Symfony\Component\Cache\DoctrineProvider
class: Doctrine\Common\Cache\Psr6\DoctrineProvider
factory: ['Doctrine\Common\Cache\Psr6\DoctrineProvider', wrap]
public: false
arguments:
- '@doctrine.app_cache_pool'
Expand Down
3 changes: 2 additions & 1 deletion app/config/eccube/packages/prod/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ doctrine:

services:
doctrine.app_cache_provider:
class: Symfony\Component\Cache\DoctrineProvider
class: Doctrine\Common\Cache\Psr6\DoctrineProvider
factory: ['Doctrine\Common\Cache\Psr6\DoctrineProvider', wrap]
public: false
arguments:
- '@doctrine.app_cache_pool'
Expand Down

0 comments on commit 324e783

Please sign in to comment.