belongsTo('App\Account'); } public function getIdentifierAttribute() { return $this->attributes['username'].'@'.$this->attributes['domain']; } public function getResolvedRealmAttribute() { return $this->attributes['domain']; } }