芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/app/Models/Address.php
country ? $this->country->name : null; return $name; } public function user(): BelongsTo { return $this->belongsTo(User::class); } public function customer(): BelongsTo { return $this->belongsTo(Customer::class); } public function company(): BelongsTo { return $this->belongsTo(Company::class); } public function country(): BelongsTo { return $this->belongsTo(Country::class); } }