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

@@ -0,0 +1,8 @@
<?php
namespace console\controllers\base;
use common\components\RabbitMQ\Controller;
abstract class AmqpController extends Controller {
}