hasMany(Address::class); } public function customerGroup(): BelongsTo { return $this->belongsTo(CustomerGroup::class); } }