@@ -537,10 +537,10 @@ |
||
537 | 537 | })) { |
538 | 538 | $relation = $this->model->$relationName(); |
539 | 539 | |
540 | - $this->queries->push([ |
|
541 | - 'method' => 'select', |
|
542 | - 'arguments' => [$this->model->getTable() . ".*"], |
|
543 | - ]); |
|
540 | + $this->queries->push([ |
|
541 | + 'method' => 'select', |
|
542 | + 'arguments' => [$this->model->getTable() . ".*"], |
|
543 | + ]); |
|
544 | 544 | |
545 | 545 | $this->queries->push([ |
546 | 546 | 'method' => 'join', |