Skip to content

Commit cf72064

Browse files
committed
Updating cache clear command
1 parent b13002c commit cf72064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/CacheFlushCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function configure()
4040
*/
4141
protected function execute(InputInterface $input, OutputInterface $output)
4242
{
43-
$serviceName = sprintf('aequasi_cache.instance.%s', $input->getArgument('instance'));
43+
$serviceName = sprintf('cache.instance.%s', $input->getArgument('instance'));
4444

4545
/** @var CacheItemPoolInterface $service */
4646
$service = $this->getContainer()->get($serviceName);

0 commit comments

Comments
 (0)