Пример #1
0
 public function get_list_follower($user_id)
 {
     $result = Follow::getListFollower($user_id);
     return Response::json($result);
 }