1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-28 13:21:37 +08:00
course-tencent-cloud/app/Services/Frontend/ChapterLiveTrait.php
2020-09-12 19:57:28 +08:00

13 lines
155 B
PHP

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