Completed
Push — master ( dff8d5...5848d4 )
by Mads
09:04
created
src/Transformers/ApiTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.