@@ -56,7 +56,7 @@ |
||
56 | 56 | |
57 | 57 | protected function polyglotThroughKey(Relation $rel) |
58 | 58 | { |
59 | - if (! $rel instanceof HasManyThrough) { |
|
59 | + if (!$rel instanceof HasManyThrough) { |
|
60 | 60 | return null; |
61 | 61 | } |
62 | 62 | $segments = explode('.', $rel->{$this->checkMethodNameList($rel, ['getThroughKey', 'getQualifiedFirstKeyName'])}()); |