More complete rework of packet parsing and packet generation with 29710c
This commit is contained in:
@@ -89,7 +89,7 @@ trait EncodeUTF8
|
||||
return $this->attributes[$key];
|
||||
}
|
||||
|
||||
return parent::getAttribute($key);
|
||||
return Arr::get($this->_encoded,$key) ? $this->attributes[$key] : parent::getAttribute($key);
|
||||
}
|
||||
|
||||
public function setAttribute($key,$value)
|
||||
|
Reference in New Issue
Block a user