@@ -16,7 +16,7 @@ |
||
16 | 16 | |
17 | 17 | $key = $this->getKey(); |
18 | 18 | |
19 | - $this->uniqueKey = $key . '-' . $this->column->getName(); |
|
19 | + $this->uniqueKey = $key.'-'.$this->column->getName(); |
|
20 | 20 | |
21 | 21 | $this->setupScript(); |
22 | 22 |