Первичная реализация компонентов RabbitMQ в проекте

This commit is contained in:
ErickSkrauch
2016-04-12 00:46:44 +03:00
parent a021b61412
commit d2c064ac88
10 changed files with 445 additions and 1 deletions

View File

@@ -19,5 +19,8 @@ return [
'redis' => [
'class' => 'yii\redis\Connection',
],
'amqp' => [
'class' => \common\components\RabbitMQ\Component::class,
],
],
];