@@ -46,7 +46,7 @@ |
||
| 46 | 46 | $this->mapper |
| 47 | 47 | ->getPlugin(Procedure::class) |
| 48 | 48 | ->get(CreateSequence::class) |
| 49 | - ->execute($name, $primaryIndex['name'], $primaryIndex['parts'][0][0]+1); |
|
| 49 | + ->execute($name, $primaryIndex['name'], $primaryIndex['parts'][0][0] + 1); |
|
| 50 | 50 | |
| 51 | 51 | $this->mapper->getRepository('_vsequence')->flushCache(); |
| 52 | 52 | |