From e747a988ff96a1113a96eda82888dc906624d20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 25 Apr 2023 23:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Traits/QueryTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Traits/QueryTrait.php b/Traits/QueryTrait.php index da1bf40..856dd85 100644 --- a/Traits/QueryTrait.php +++ b/Traits/QueryTrait.php @@ -32,7 +32,7 @@ trait QueryTrait public array $join = []; public array $order = []; public int $offset = 0; - public int $limit = 50; + public int $limit = 0; public string $group = ''; public string $from = ''; public string $alias = 't1';