Первичная реализация компонентов 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

9
common/helpers/Amqp.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
namespace common\helpers;
use common\components\RabbitMQ\Helper;
use Yii;
class Amqp extends Helper {
}