mirror of https://github.com/sualko/cloud_bbb
7 lines
98 B
PHP
7 lines
98 B
PHP
|
<?php
|
||
|
|
||
|
namespace OCA\BigBlueButton\Event;
|
||
|
|
||
|
class RoomShareDeletedEvent extends RoomShareEvent {
|
||
|
}
|