mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +05:30
9 lines
141 B
PHP
9 lines
141 B
PHP
<?php
|
|
namespace console\controllers\base;
|
|
|
|
use common\components\RabbitMQ\Controller;
|
|
|
|
abstract class AmqpController extends Controller {
|
|
|
|
}
|