Skip to content

Commit

Permalink
fixup! fix(openapi): Fix breakout rooms being lists
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Nov 20, 2024
1 parent 3be5673 commit 81a029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/BreakoutRoomController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* @psalm-import-type TalkRoom from ResponseDefinitions
*/
class BreakoutRoomController extends AEnvironmentAwareOCSController {
class BreakoutRoomController extends AEnvironmentAwareController {
public function __construct(
string $appName,
IRequest $request,
Expand Down

0 comments on commit 81a029c

Please sign in to comment.