hyperf-chat/app/Constants/RedisSubscribeChan.php

12 lines
154 B
PHP
Raw Normal View History

2021-07-08 19:09:06 +08:00
<?php
namespace App\Constants;
class RedisSubscribeChan
{
2021-07-08 19:30:03 +08:00
/**
* Websocket 消息推送渠道
*/
2021-07-08 19:09:06 +08:00
const WEBSOCKET_CHAN = 'websocket';
}