@@ -56,7 +56,7 @@ |
||
| 56 | 56 | ->newQuery(); |
| 57 | 57 | |
| 58 | 58 | $query = $this->joinWithThroughTable($query) |
| 59 | - ->where($this->options[RelationConfig::THROUGH_NATIVE_COLUMN], $nativePks); |
|
| 59 | + ->where($this->options[RelationConfig::THROUGH_NATIVE_COLUMN], $nativePks); |
|
| 60 | 60 | |
| 61 | 61 | if ($this->getOption(RelationConfig::QUERY_CALLBACK) && |
| 62 | 62 | is_callable($this->getOption(RelationConfig::QUERY_CALLBACK))) { |