@@ -60,8 +60,9 @@ |
||
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | |
| 63 | - if ('postPersist' === $method && $newEntity) |
|
| 64 | - $this->manager->refresh($newEntity); |
|
| 63 | + if ('postPersist' === $method && $newEntity) { |
|
| 64 | + $this->manager->refresh($newEntity); |
|
| 65 | + } |
|
| 65 | 66 | } |
| 66 | 67 | } |
| 67 | 68 | } |