|
@@ -48,6 +48,9 @@ class AppKernel extends Kernel
|
|
|
new SimpleThings\EntityAudit\SimpleThingsEntityAuditBundle(),
|
|
|
new AuditBundle\AuditBundle(),
|
|
|
new AuthBundle\AuthBundle(),
|
|
|
+
|
|
|
+ new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
|
|
|
+ new WorkflowBundle\WorkflowBundle(),
|
|
|
];
|
|
|
|
|
|
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
|