Completed
Push — work-fleets ( 4ec5b3...fe2ede )
by SuperNova.WS
10:06
created
classes/classConfig.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,4 @@
 block discarded – undo
1 1
 <?php
2
-use DBStatic\DBStaticUser;
3 2
 
4 3
 /**
5 4
  *
Please login to merge, or discard this patch.
classes/classSupernova.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Vector\Vector;
4
-
5 4
 use Common\GlobalContainer;
6 5
 
7 6
 class classSupernova {
Please login to merge, or discard this patch.
classes/V2Fleet/V2FleetModel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 
6 6
 namespace V2Fleet;
7 7
 
8
-use V2Unit\V2UnitContainer;
9 8
 use V2Unit\V2UnitList;
10
-use V2Unit\V2UnitModel;
11 9
 use Vector\Vector;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.