mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Remove random duplicate
This commit is contained in:
parent
fbf386b3e5
commit
449c88cc32
|
|
@ -160,8 +160,6 @@ class Builder extends BuilderAbstract
|
|||
|
||||
protected $unionOrders = [];
|
||||
|
||||
public $random = false;
|
||||
|
||||
/**
|
||||
* Comparison operators.
|
||||
*
|
||||
|
|
@ -807,13 +805,6 @@ class Builder extends BuilderAbstract
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function random()
|
||||
{
|
||||
$this->random = true;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function on()
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user