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