belongsTo(AccountType::class); } public function client() : BelongsTo { return $this->belongsTo(Client::class); } }