Add peer resolution through the resolvePeer
method
This commit is contained in:
parent
fde3ccfc68
commit
62c8d332a9
6 changed files with 129 additions and 6 deletions
|
@ -261,7 +261,7 @@
|
|||
*
|
||||
* @return Peer The Peer representation of the current instance.
|
||||
*/
|
||||
public function toPeer(): Peer
|
||||
public function toStandardPeer(): Peer
|
||||
{
|
||||
return Peer::fromArray($this->toArray());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue