1
0
mirror of https://github.com/elyby/accounts.git synced 2025-02-19 08:47:37 +05:30

9 lines
104 B
PHP
Raw Normal View History

<?php
namespace common\helpers;
use common\components\RabbitMQ\Helper;
class Amqp extends Helper {
}