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