Completed
Branch master (46d8ce)
by Stephen
23:22 queued 15:39
created
src/Listeners/LogoutDiscourseUser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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");
Please login to merge, or discard this patch.