Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 361 Bytes

UPGRADE-3.x.md

File metadata and controls

9 lines (7 loc) · 361 Bytes

UPGRADE 3.x

Deprecated commands that get the cache manager from the container

Any command that extends Sonata\CacheBundle\Command\BaseCacheCommand should provide the Sonata\Cache\CacheManagerInterface as a first argument to the parent class. This should be done automatically in applications that have autowiring enabled for such commands.