mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Refactor Commands
This commit is contained in:
@@ -41,10 +41,8 @@ class module_console_fieldsRename extends Command
|
||||
return true;
|
||||
}
|
||||
|
||||
public function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$this->checkSetup();
|
||||
|
||||
$new_name = $input->getArgument('name');
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user