Passed
Pull Request — master (#1305)
by
unknown
05:46
created
app/PersonEvent.php 1 patch
Indentation   +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.