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