Test Failed
Push — master ( 844ed8...334352 )
by Burak
06:34
created
app/Http/Controllers/ContactController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
         $user = Auth::user();
89 89
         $contact = $this->service->contact($id, $user);
90 90
 
91
-        if(null === $contact) {
91
+        if (null === $contact) {
92 92
             abort(404);
93 93
         }
94 94
 
Please login to merge, or discard this patch.