Passed
Push — dev5a ( 720ced...bf2271 )
by Ron
07:37
created
app/Domains/Admin/SetEmailProperties.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         {
55 55
             $mail->to($emailAddress)->send(new TestEmail);
56 56
         }
57
-        catch (\Exception $e)
57
+        catch(\Exception $e)
58 58
         {
59 59
             return $e->getMessage();
60 60
         }
Please login to merge, or discard this patch.