Refactor muxFilename method to use UUID instead of IP, port, and user

This commit is contained in:
Andras Bacsai
2024-09-05 14:41:04 +02:00
parent 2531574a9a
commit e4854aaa1b
2 changed files with 2 additions and 3 deletions

View File

@@ -880,7 +880,7 @@ $schema://$host {
public function muxFilename()
{
return "{$this->ip}_{$this->port}_{$this->user}";
return $this->uuid;
}
public function team()