mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Первичная реализация компонентов RabbitMQ в проекте
This commit is contained in:
9
common/helpers/Amqp.php
Normal file
9
common/helpers/Amqp.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace common\helpers;
|
||||
|
||||
use common\components\RabbitMQ\Helper;
|
||||
use Yii;
|
||||
|
||||
class Amqp extends Helper {
|
||||
|
||||
}
|
Reference in New Issue
Block a user