@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | } |
102 | 102 | |
103 | 103 | foreach ($this->getFields($source, Relation::INNER_KEY) as $field) { |
104 | - foreach ((array)$this->options->get(Relation::THROUGH_INNER_KEY) as $innerField) { |
|
104 | + foreach ((array) $this->options->get(Relation::THROUGH_INNER_KEY) as $innerField) { |
|
105 | 105 | $this->ensureField( |
106 | 106 | $through, |
107 | 107 | $innerField, |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | } |
113 | 113 | |
114 | 114 | foreach ($this->getFields($source, Relation::OUTER_KEY) as $field) { |
115 | - foreach ((array)$this->options->get(Relation::THROUGH_OUTER_KEY) as $outerField) { |
|
115 | + foreach ((array) $this->options->get(Relation::THROUGH_OUTER_KEY) as $outerField) { |
|
116 | 116 | $this->ensureField( |
117 | 117 | $through, |
118 | 118 | $outerField, |