fix(server): prepend 'mux_' to UUID in muxFilename method for consistent naming
This commit is contained in:
@@ -887,7 +887,7 @@ $schema://$host {
|
|||||||
|
|
||||||
public function muxFilename()
|
public function muxFilename()
|
||||||
{
|
{
|
||||||
return $this->uuid;
|
return 'mux_'.$this->uuid;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function team()
|
public function team()
|
||||||
|
Reference in New Issue
Block a user