@@ -127,7 +127,7 @@ |
||
127 | 127 | /** @var Model $data */ |
128 | 128 | $relationships = $data->getRelations(); |
129 | 129 | foreach ($relationships as $relationshipName => $relationship) { |
130 | - if (true === $this->strict && ! $this->isMapped($relationshipName)) { |
|
130 | + if (true === $this->strict && !$this->isMapped($relationshipName)) { |
|
131 | 131 | continue; |
132 | 132 | } |
133 | 133 |