@@ -92,7 +92,7 @@ |
||
| 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 | } |
@@ -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 |