1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-24 12:05:39 +08:00
2020-08-03 20:47:35 +08:00

13 lines
167 B
PHP

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