fix(server): prepend 'mux_' to UUID in muxFilename method for consistent naming
This commit is contained in:
parent
bbc3d69000
commit
0f876db6c8
1 changed files with 1 additions and 1 deletions
|
|
@ -887,7 +887,7 @@ public function privateKey()
|
||||||
|
|
||||||
public function muxFilename()
|
public function muxFilename()
|
||||||
{
|
{
|
||||||
return $this->uuid;
|
return 'mux_'.$this->uuid;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function team()
|
public function team()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue