mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Refactor Commands
This commit is contained in:
@@ -76,10 +76,8 @@ class module_console_systemExport extends Command
|
||||
return true;
|
||||
}
|
||||
|
||||
public function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$this->checkSetup();
|
||||
|
||||
$core = \bootstrap::getCore();
|
||||
|
||||
$docPerDir = max(1, (int) $input->getOption('docperdir'));
|
||||
|
Reference in New Issue
Block a user