Passed
Push — master ( b8c9dc...1ac191 )
by Curtis
06:32 queued 55s
created
app/Http/Controllers/Auth/LoginController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
             // Tenant::set($company);
93 93
             $value = Connections::Tenant.$company->id;
94 94
 
95
-        }else{
95
+        } else{
96 96
             // $value = '';
97 97
 
98 98
         }
Please login to merge, or discard this patch.
app/PersonEvent.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
 
53 53
     public function person()
54 54
     {
55
-        return $this->hasOne(Person::class, 'id', 'person_id');
56
-    }
57
-}
55
+        return $this->hasOne
58 56
\ No newline at end of file
Please login to merge, or discard this patch.