mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Первичная реализация компонентов RabbitMQ в проекте
This commit is contained in:
@@ -19,5 +19,8 @@ return [
|
||||
'redis' => [
|
||||
'class' => 'yii\redis\Connection',
|
||||
],
|
||||
'amqp' => [
|
||||
'class' => \common\components\RabbitMQ\Component::class,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user