mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Remove static file dumper
This commit is contained in:
@@ -36,8 +36,6 @@ use Alchemy\Phrasea\Command\Plugin\RemovePlugin;
|
|||||||
use Alchemy\Phrasea\Command\CheckConfig;
|
use Alchemy\Phrasea\Command\CheckConfig;
|
||||||
use Alchemy\Phrasea\Command\Setup\XSendFileMappingGenerator;
|
use Alchemy\Phrasea\Command\Setup\XSendFileMappingGenerator;
|
||||||
use Alchemy\Phrasea\Command\Setup\XSendFileConfigurationDumper;
|
use Alchemy\Phrasea\Command\Setup\XSendFileConfigurationDumper;
|
||||||
use Alchemy\Phrasea\Command\Setup\StaticMappingGenerator;
|
|
||||||
use Alchemy\Phrasea\Command\Setup\StaticConfigurationDumper;
|
|
||||||
use Alchemy\Phrasea\Command\Task\SchedulerResumeTasks;
|
use Alchemy\Phrasea\Command\Task\SchedulerResumeTasks;
|
||||||
use Alchemy\Phrasea\Command\Task\SchedulerState;
|
use Alchemy\Phrasea\Command\Task\SchedulerState;
|
||||||
use Alchemy\Phrasea\Command\Task\SchedulerPauseTasks;
|
use Alchemy\Phrasea\Command\Task\SchedulerPauseTasks;
|
||||||
@@ -124,8 +122,6 @@ $cli->command(new H264ConfigurationDumper());
|
|||||||
$cli->command(new H264MappingGenerator());
|
$cli->command(new H264MappingGenerator());
|
||||||
$cli->command(new XSendFileConfigurationDumper());
|
$cli->command(new XSendFileConfigurationDumper());
|
||||||
$cli->command(new XSendFileMappingGenerator());
|
$cli->command(new XSendFileMappingGenerator());
|
||||||
$cli->command(new StaticConfigurationDumper());
|
|
||||||
$cli->command(new StaticMappingGenerator());
|
|
||||||
|
|
||||||
if ($cli['search_engine.type'] === SearchEngineInterface::TYPE_ELASTICSEARCH) {
|
if ($cli['search_engine.type'] === SearchEngineInterface::TYPE_ELASTICSEARCH) {
|
||||||
$cli->command(new IndexCreateCommand());
|
$cli->command(new IndexCreateCommand());
|
||||||
|
Reference in New Issue
Block a user