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