| @@ -89,9 +89,9 @@ | ||
| 89 | 89 | $nameParts = explode(" ", $this->name ?? ''); |
| 90 | 90 | return end($nameParts); |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | - public function order(): \FluentCart\Framework\Database\Orm\Relations\belongsTo | |
| 93 | + public function order(): \FluentCart\Framework\Database\Orm\Relations\BelongsTo | |
| 94 | 94 | { |
| 95 | 95 | return $this->belongsTo(Order::class, 'order_id', 'id'); |
| 96 | 96 | } |
| 97 | 97 | |