Completed
Pull Request — develop (#21)
by
unknown
05:29
created
src/Listeners/LogoutDiscourseUser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.