@@ -106,7 +106,7 @@ |
||
| 106 | 106 | [$filter['relations'][$urlType][$relationType]] |
| 107 | 107 | ); |
| 108 | 108 | $definition->addMethodCall( |
| 109 | - 'set' . ucfirst($urlType) . 'Relation', |
|
| 109 | + 'set'.ucfirst($urlType).'Relation', |
|
| 110 | 110 | [$relation] |
| 111 | 111 | ); |
| 112 | 112 | } |