mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Remove deprectaed feature
This commit is contained in:
@@ -32,16 +32,9 @@ class module_console_tasklist extends Command
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function requireSetup()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
try {
|
||||
$this->checkSetup();
|
||||
} catch (\RuntimeException $e) {
|
||||
if (!$this->container['phraseanet.configuration']->isInstalled()) {
|
||||
return self::EXITCODE_SETUP_ERROR;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user