@@ -65,7 +65,7 @@ |
||
65 | 65 | $this->discoveryUser($entity); |
66 | 66 | $this->manager->persist($entity); |
67 | 67 | } else { |
68 | - $json = json_decode($this->request->getContent(), true); |
|
68 | + $json = json_decode($this->request->getContent(), true); |
|
69 | 69 | $extra_data = isset($json['extra-data']) ? $json['extra-data'] : null; |
70 | 70 | if (!$extra_data) |
71 | 71 | return; |