Add databox mount command

This commit is contained in:
Thibaud Fabre
2016-10-17 13:28:06 +02:00
parent 43d0599eba
commit 32fe54ac35
6 changed files with 93 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ use Alchemy\Phrasea\Command\WebsocketServer;
use Alchemy\Phrasea\Core\Version;
use Alchemy\Phrasea\Command\BuildMissingSubdefs;
use Alchemy\Phrasea\Command\CreateCollection;
use Alchemy\Phrasea\Command\CreateDataboxCommand;
use Alchemy\Phrasea\Command\Databox\CreateDataboxCommand;
use Alchemy\Phrasea\Command\MailTest;
use Alchemy\Phrasea\Command\Compile\Configuration;
use Alchemy\Phrasea\Command\RecordAdd;