@@ -311,6 +311,6 @@ |
||
311 | 311 | $names = [$source->getRole(), $target->getRole()]; |
312 | 312 | asort($names); |
313 | 313 | |
314 | - return implode('_', $names) . static::PIVOT_POSTFIX; |
|
314 | + return implode('_', $names).static::PIVOT_POSTFIX; |
|
315 | 315 | } |
316 | 316 | } |