Refactor muxFilename method to use UUID instead of IP, port, and user
This commit is contained in:
@@ -880,7 +880,7 @@ $schema://$host {
|
||||
|
||||
public function muxFilename()
|
||||
{
|
||||
return "{$this->ip}_{$this->port}_{$this->user}";
|
||||
return $this->uuid;
|
||||
}
|
||||
|
||||
public function team()
|
||||
|
||||
Reference in New Issue
Block a user