mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-23 16:36:38 +08:00
补充缺失的CourseUserTrait
This commit is contained in:
parent
af4b570681
commit
65b0bf1678
@ -18,6 +18,7 @@ class ChapterList extends LogicService
|
|||||||
{
|
{
|
||||||
|
|
||||||
use CourseTrait;
|
use CourseTrait;
|
||||||
|
use CourseUserTrait;
|
||||||
|
|
||||||
public function handle($id)
|
public function handle($id)
|
||||||
{
|
{
|
||||||
|
@ -16,6 +16,7 @@ class ResourceList extends LogicService
|
|||||||
{
|
{
|
||||||
|
|
||||||
use CourseTrait;
|
use CourseTrait;
|
||||||
|
use CourseUserTrait;
|
||||||
|
|
||||||
public function handle($id)
|
public function handle($id)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user