modify plugin name

This commit is contained in:
2022-02-17 18:22:24 +08:00
parent 2ebdcbd06b
commit 83a29b770a
-1
View File
@@ -87,7 +87,6 @@ class ActiveQuery extends Component implements ISqlBuilder
* @return array
* @throws Exception
*/
#[ArrayShape(['code' => "int", 'message' => "string", 'size' => "mixed", 'page' => "mixed", 'count' => "int", 'next' => "mixed", 'prev' => "mixed", 'param' => "array"])]
public function pagination(int $size = 20, int $page = 1): array
{
$page = max(1, $page);