mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Refactor Commands
This commit is contained in:
@@ -65,10 +65,10 @@ class module_console_taskrun extends Command
|
||||
|
||||
public function requireSetup()
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
try {
|
||||
$this->checkSetup();
|
||||
|
Reference in New Issue
Block a user