@@ -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 | } |
@@ -13,6 +13,6 @@ |
||
| 13 | 13 | $path = explode("/", __DIR__); |
| 14 | 14 | array_pop($path); |
| 15 | 15 | |
| 16 | - return implode("/", $path)."/../../" . $package; |
|
| 16 | + return implode("/", $path) . "/../../" . $package; |
|
| 17 | 17 | } |
| 18 | 18 | } |
| 19 | 19 | \ No newline at end of file |