@@ -18,7 +18,7 @@ |
||
18 | 18 | public static function primaryKeySingle() |
19 | 19 | { |
20 | 20 | if (count(self::primaryKey()) === 1) { |
21 | - return static::tableName() . "_id"; |
|
21 | + return static::tableName()."_id"; |
|
22 | 22 | } |
23 | 23 | throw new NotSupportedException('Not supported for multi-column primary keys'); |
24 | 24 | } |