This commit is contained in:
2021-04-23 10:13:29 +08:00
parent 4d84f0573f
commit 03115c0591
-10
View File
@@ -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