Skip to content

Commit

Permalink
Merge pull request #31 from boherm/#33994-sf6-deprecated-cache
Browse files Browse the repository at this point in the history
Migrate deprecated DoctrineProvider to new one
  • Loading branch information
nicosomb committed Nov 16, 2023
2 parents 6c25979 + c9cee92 commit edb8ace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ services:
- '%ps_cache_dir%/distribution-api'

distributionapiclient.cache.provider:
class: Symfony\Component\Cache\DoctrineProvider
class: Doctrine\Common\Cache\Psr6\DoctrineProvider
factory: [ Doctrine\Common\Cache\Psr6\DoctrineProvider, wrap ]
arguments:
- '@distributionapiclient.cache.filesystem.adapter'

Expand Down

0 comments on commit edb8ace

Please sign in to comment.