mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
优化 http_build_query 在 php8 环境的使用
This commit is contained in:
@@ -128,7 +128,7 @@ abstract class Paginator implements ArrayAccess, Countable, IteratorAggregate, J
|
||||
}
|
||||
$url = $path;
|
||||
if (!empty($parameters)) {
|
||||
$url .= '?' . http_build_query($parameters, null, '&');
|
||||
$url .= '?' . http_build_query($parameters, '', '&');
|
||||
}
|
||||
return $url . $this->buildFragment();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user