1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-28 21:31:37 +08:00
2020-08-30 19:56:20 +08:00

13 lines
163 B
PHP

<?php
namespace App\Services\Frontend\Chapter;
trait ChapterLiveTrait
{
protected function getStreamName($id)
{
return "chapter_{$id}";
}
}