Completed
Push — master ( 2a7722...410dcf )
by Eric
07:02
created
src/Platforms/Craft.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
10 10
  */
11 11
 namespace JaegerApp\Platforms;
12 12
 
13
-use JaegerApp\Platforms\AbstractPlatform;
14 13
 use JaegerApp\Exceptions\PlatformsException;
14
+use JaegerApp\Platforms\AbstractPlatform;
15 15
 use \CSecurityManager;
16 16
 
17 17
 /**
Please login to merge, or discard this patch.