Easier to read
This commit is contained in:
parent
358ac96ac1
commit
9560e18798
@ -122,7 +122,7 @@ class Node extends Model
|
|||||||
*/
|
*/
|
||||||
public function getConnectionAddress(): string
|
public function getConnectionAddress(): string
|
||||||
{
|
{
|
||||||
return sprintf('%s://%s:%s', $this->scheme, $this->fqdn, $this->daemonListen);
|
return "$this->scheme://$this->fqdn:$this->daemonListen";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user