mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Add XSenfFile mapping generator
This commit is contained in:
@@ -29,6 +29,7 @@ use Alchemy\Phrasea\Command\Plugin\AddPlugin;
|
||||
use Alchemy\Phrasea\Command\Plugin\RemovePlugin;
|
||||
use Alchemy\Phrasea\Command\CheckConfig;
|
||||
use Alchemy\Phrasea\Command\Setup\XSendFileMappingDumper;
|
||||
use Alchemy\Phrasea\Command\Setup\XSendFileMappingGenerator;
|
||||
|
||||
require_once __DIR__ . '/../lib/autoload.php';
|
||||
|
||||
@@ -98,6 +99,7 @@ try {
|
||||
$cli->command(new RemovePlugin());
|
||||
$cli->command(new Configuration());
|
||||
$cli->command(new XSendFileMappingDumper());
|
||||
$cli->command(new XSendFileMappingGenerator());
|
||||
|
||||
call_user_func(function ($cli) {
|
||||
require $cli['plugins.directory'] . '/commands.php';
|
||||
|
Reference in New Issue
Block a user