belongsTo(Supplier::class); } public function profitCenter(): BelongsTo { return $this->belongsTo(ProfitCenter::class); } public function orderNumber(): HasOne { return $this->hasOne(OrderNumber::class); } }