@@ -68,7 +68,7 @@ |
||
| 68 | 68 | // Get Discourse user to match this one, and send a Logout request to Discourse and get the response |
| 69 | 69 | $user = json_decode( |
| 70 | 70 | $this->client->get("users/by-external/{$event->user->id}.json", $configs) |
| 71 | - ->getBody() |
|
| 71 | + ->getBody() |
|
| 72 | 72 | )->user; |
| 73 | 73 | |
| 74 | 74 | |