@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | // ---- Define Relationships ---- |
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | - * @return \Illuminate\Database\Eloquent\Relations\HasOne |
|
| 67 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
|
| 68 | 68 | */ |
| 69 | 69 | public function user() |
| 70 | 70 | { |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | /** |
| 83 | - * @return \Illuminate\Database\Eloquent\Relations\HasOne |
|
| 83 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
|
| 84 | 84 | */ |
| 85 | 85 | public function dashboard() |
| 86 | 86 | { |