From 83a29b770ac8b370bad388eedb058d76326df72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 17 Feb 2022 18:22:24 +0800 Subject: [PATCH] modify plugin name --- ActiveQuery.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ActiveQuery.php b/ActiveQuery.php index 5ac2645..1c3c148 100644 --- a/ActiveQuery.php +++ b/ActiveQuery.php @@ -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);