Fixed bug in Result cache cleaner.
This commit is contained in:
parent
1fb213760b
commit
2ae3bb6e3a
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ use Symfony\Component\Console\Input\InputArgument,
|
||||||
Symfony\Component\Console;
|
Symfony\Component\Console;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Command to clear the query cache of the various cache drivers.
|
* Command to clear the result cache of the various cache drivers.
|
||||||
*
|
*
|
||||||
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
|
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
|
||||||
* @link www.doctrine-project.org
|
* @link www.doctrine-project.org
|
||||||
|
@ -42,7 +42,7 @@ class ResultCommand extends Console\Command\Command
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setName('orm:clear-cache:query')
|
->setName('orm:clear-cache:result')
|
||||||
->setDescription('Clear all result cache of the various cache drivers.')
|
->setDescription('Clear all result cache of the various cache drivers.')
|
||||||
->setDefinition(array(
|
->setDefinition(array(
|
||||||
new InputOption(
|
new InputOption(
|
||||||
|
|
Loading…
Add table
Reference in a new issue