Completed
Push — master ( 23650d...b8cfa5 )
by Jignesh
01:07
created
src/Services/initMeeting.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -5,16 +5,10 @@
 block discarded – undo
5 5
 
6 6
 
7 7
 use BigBlueButton\Parameters\CreateMeetingParameters;
8
-use BigBlueButton\Parameters\DeleteRecordingsParameters;
9 8
 use BigBlueButton\Parameters\EndMeetingParameters;
10 9
 use BigBlueButton\Parameters\GetMeetingInfoParameters;
11
-use BigBlueButton\Parameters\GetRecordingsParameters;
12
-use BigBlueButton\Parameters\HooksCreateParameters;
13
-use BigBlueButton\Parameters\HooksDestroyParameters;
14 10
 use BigBlueButton\Parameters\IsMeetingRunningParameters;
15 11
 use BigBlueButton\Parameters\JoinMeetingParameters;
16
-use BigBlueButton\Parameters\PublishRecordingsParameters;
17
-use BigBlueButton\Parameters\SetConfigXMLParameters;
18 12
 use Illuminate\Support\Str;
19 13
 
20 14
 trait initMeeting
Please login to merge, or discard this patch.