mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-24 12:05:39 +08:00
13 lines
167 B
PHP
13 lines
167 B
PHP
<?php
|
|
|
|
namespace App\Services\Frontend\Chapter;
|
|
|
|
trait ChapterLiveTrait
|
|
{
|
|
|
|
protected function getLiveStreamName($id)
|
|
{
|
|
return "chapter_{$id}";
|
|
}
|
|
|
|
} |