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) {