改名
This commit is contained in:
@@ -511,16 +511,6 @@ trait QueryTrait
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param $limit
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function plunk($limit): static
|
|
||||||
{
|
|
||||||
$this->offset = 0;
|
|
||||||
$this->limit = $limit;
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $columns
|
* @param $columns
|
||||||
|
|||||||
Reference in New Issue
Block a user