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