@@ -20,7 +20,7 @@ |
||
20 | 20 | public function prePersist($entity) |
21 | 21 | { |
22 | 22 | if ($entity->getGuid() === null) { |
23 | - $entity->setGuid((string)Uuid::uuid4()); |
|
23 | + $entity->setGuid((string) Uuid::uuid4()); |
|
24 | 24 | } |
25 | 25 | } |
26 | 26 | } |