public function get_list_follower($user_id) { $result = Follow::getListFollower($user_id); return Response::json($result); }