Пример #1
0
 /**
  * Get the number of followers for the user.
  *
  * @param User $user
  * @return mixed
  */
 public function countFollowers(User $user)
 {
     return $this->repository->countFollowers($user);
 }