Completed
Push — master ( a6419d...fe0e5d )
by Tõnis
02:14
created
src/DActiveRecord.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public static function primaryKeySingle()
25 25
     {
26 26
         if (count(static::primaryKey()) === 1) {
27
-            return static::tableName() . "_id";
27
+            return static::tableName()."_id";
28 28
         }
29 29
         throw new NotSupportedException('Not supported for multi-column primary keys');
30 30
     }
Please login to merge, or discard this patch.