eee
This commit is contained in:
+5
-4
@@ -281,10 +281,11 @@ class SqlBuilder extends Component
|
|||||||
*/
|
*/
|
||||||
private function make(): string
|
private function make(): string
|
||||||
{
|
{
|
||||||
$select = $this->makeCondition();
|
return join(' ', [
|
||||||
$select .= $this->makeGroup();
|
$this->makeCondition(),
|
||||||
$select .= $this->makeOrder();
|
$this->makeGroup(),
|
||||||
return $select;
|
$this->makeOrder(),
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user