Пример #1
0
 /**
  * Get a specific user.
  * The search is by the slug of the user.
  *
  * @param $slug
  * @return mixed
  */
 public function getUser($slug)
 {
     return $this->repository->getUserBySlug($slug);
 }