@@ -57,7 +57,7 @@ |
||
| 57 | 57 | // Get Discourse user to match this one, and send a Logout request to Discourse and get the response |
| 58 | 58 | $user = json_decode( |
| 59 | 59 | $this->client->get("users/by-external/{$event->user->id}.json", $configs) |
| 60 | - ->getBody() |
|
| 60 | + ->getBody() |
|
| 61 | 61 | )->user; |
| 62 | 62 | |
| 63 | 63 | $response = $this->client->post("admin/users/{$user->id}/log_out"); |