From 889b228a1fa9dc0179ab272885df68f26828fa88 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Wed, 10 Apr 2024 17:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=BC=BA=E5=A4=B1=E7=9A=84Co?= =?UTF-8?q?urseUserTrait?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Logic/Course/ChapterList.php | 1 + app/Services/Logic/Course/ResourceList.php | 1 + 2 files changed, 2 insertions(+) diff --git a/app/Services/Logic/Course/ChapterList.php b/app/Services/Logic/Course/ChapterList.php index 3b6c7855..c94eda71 100644 --- a/app/Services/Logic/Course/ChapterList.php +++ b/app/Services/Logic/Course/ChapterList.php @@ -18,6 +18,7 @@ class ChapterList extends LogicService { use CourseTrait; + use CourseUserTrait; public function handle($id) { diff --git a/app/Services/Logic/Course/ResourceList.php b/app/Services/Logic/Course/ResourceList.php index b16beda9..6e1f1552 100644 --- a/app/Services/Logic/Course/ResourceList.php +++ b/app/Services/Logic/Course/ResourceList.php @@ -16,6 +16,7 @@ class ResourceList extends LogicService { use CourseTrait; + use CourseUserTrait; public function handle($id) {