mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-26 07:58:40 +00:00
fix whitespace
This commit is contained in:
parent
e7e298620d
commit
7a5fad6659
|
|
@ -682,7 +682,7 @@ class Builder extends BuilderAbstract
|
|||
*/
|
||||
public function groupBy(...$columns) : self
|
||||
{
|
||||
foreach ($columns as$column) {
|
||||
foreach ($columns as $column) {
|
||||
if (\is_string($column) || $column instanceof self) {
|
||||
$this->groups[] = $column;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user