Completed
Push — master ( 8327b2...9c7e8e )
by Valentin
10s
created
source/Spiral/ORM/Schemas/Relations/ManyToManySchema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -311,6 +311,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.