Skip to content

Commit 3873004

Browse files
committed
cn getClientIp to ip
1 parent f52a8a9 commit 3873004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index_zh-CN.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ <h4><a name="requests" href="#requests">Request</a> <a href="http://laravel-chin
12561256
// 获取请求 Uri: /aa/bb/?c=d
12571257
Request::getRequestUri();
12581258
// 返回用户的 IP
1259-
Request::getClientIp();
1259+
Request::ip();
12601260
// 获取 Uri: http://xx.com/aa/bb/?c=d
12611261
Request::getUri();
12621262
// 获取查询字符串: c=d

0 commit comments

Comments
 (0)