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_checkExtension extends Command
|
||||
return true;
|
||||
}
|
||||
|
||||
public function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$this->checkSetup();
|
||||
|
||||
if ( ! extension_loaded('phrasea2')) {
|
||||
$output->writeln("<error>Missing Extension php-phrasea.</error>");
|
||||
|
||||
|
Reference in New Issue
Block a user