Browse Source

remove extra space

main
ghost 9 months ago
parent
commit
fddf0c633d
  1. 4
      src/controller/room.php

4
src/controller/room.php

@ -65,8 +65,8 @@ class Room
// Add to room list // Add to room list
$namespaces[$namespace['namespaceId']] = $namespaces[$namespace['namespaceId']] =
[ [
'name' => $namespace['displayName'], 'name' => $namespace['displayName'],
'total' => $this->_total( 'total' => $this->_total(
$namespace['namespaceId'] $namespace['namespaceId']
) )
]; ];

Loading…
Cancel
Save