mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Refactor Commands
This commit is contained in:
@@ -37,10 +37,8 @@ class module_console_systemClearCache extends Command
|
||||
return false;
|
||||
}
|
||||
|
||||
public function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$this->checkSetup();
|
||||
|
||||
$finder = new Finder();
|
||||
|
||||
$finder
|
||||
|
Reference in New Issue
Block a user