@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | $is_EM_target = is_EM($typeOnTarget); |
50 | 50 | $is_EO_target = is_EO($typeOnTarget); |
51 | 51 | |
52 | - $key = $parent . $method . $counter; |
|
52 | + $key = $parent.$method.$counter; |
|
53 | 53 | $is_skippable = $this->getIsSkippable($request->has($key), $hasTarget); |
54 | 54 | |
55 | 55 | if ($is_skippable) { |
@@ -270,7 +270,7 @@ discard block |
||
270 | 270 | //Get counter for embeds many with level > 1 |
271 | 271 | $counter = getCounterForRelationships($method, $is_EO, $is_EM, $i); |
272 | 272 | //Check for another Level of Relationship |
273 | - $embedObj->processAllRelationships($request, $event, $method . '-', $counter, $options); |
|
273 | + $embedObj->processAllRelationships($request, $event, $method.'-', $counter, $options); |
|
274 | 274 | |
275 | 275 | if ($is_EO) { |
276 | 276 | $this->$method = $embedObj->attributes; |