Merge record and structure events inside new namespace

This commit is contained in:
Mathieu Darse
2015-01-27 18:58:09 +01:00
parent bc61536a41
commit e287ba1a42
45 changed files with 172 additions and 177 deletions

View File

@@ -14,8 +14,8 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Alchemy\Phrasea\Command\Command;
use Alchemy\Phrasea\Core\Event\RecordEvent\RecordEvents;
use Alchemy\Phrasea\Core\Event\RecordEvent\RecordMetadataChangedEvent;
use Alchemy\Phrasea\Core\Event\Record\RecordEvents;
use Alchemy\Phrasea\Core\Event\Record\RecordMetadataChangedEvent;
class module_console_fieldsMerge extends Command
{