attributes['password'] = Hash::make($value); } else { $this->attributes['password'] = $value; } } public function getDisplayNameAttribute() { return "{$this->name}"; } }