From 03115c0591d1f2e0e2f3d68a1182ff8de7f6a1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 23 Apr 2021 10:13:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Traits/QueryTrait.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Database/Traits/QueryTrait.php b/Database/Traits/QueryTrait.php index 50f25e9c..86cbd3ce 100644 --- a/Database/Traits/QueryTrait.php +++ b/Database/Traits/QueryTrait.php @@ -511,16 +511,6 @@ trait QueryTrait return $this; } - /** - * @param $limit - * @return $this - */ - public function plunk($limit): static - { - $this->offset = 0; - $this->limit = $limit; - return $this; - } /** * @param $columns