belongsTo(Account::class); } public function getIdentifierAttribute(): string { return $this->attributes['username'] . '@' . $this->attributes['domain']; } }