Completed
Push — master ( 6ca47f...d686bf )
by Arthur
41s queued 24s
created
app/Observer/UserObserver.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,8 +88,7 @@
 block discarded – undo
88 88
                 $client->post($url, [
89 89
                     GuzzleHttp\RequestOptions::JSON => ['content' => $message]
90 90
                 ]);
91
-            }
92
-            else {
91
+            } else {
93 92
                 throw new Exception('Discord URL has not been set.');
94 93
             }
95 94
         } catch (Exception $e) {
Please login to merge, or discard this patch.