setName('doctrine:cache:clear-collection-region'); } /** * {@inheritDoc} */ protected function createCommand() { return new CollectionRegionCommand(); } /** * {@inheritDoc} */ protected function getMinimalVersion() { return '2.5.0-DEV'; } }