@@ -52,6 +52,4 @@ |
||
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 |