Пример #1
0
 /**
  * Get all the courses paginated that the user has created.
  *
  * @param User $user
  * @return mixed
  */
 public function userCoursesPaginate(User $user)
 {
     return $this->repository->userCoursesPaginate($user);
 }