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