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