Completed
Push — master ( afc79c...1e4ee2 )
by Iurii
01:19
created
Twocheckout.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 
10 10
 namespace gplcart\modules\twocheckout;
11 11
 
12
-use gplcart\core\Module,
13
-    gplcart\core\Container;
12
+use gplcart\core\Module;
13
+use gplcart\core\Container;
14 14
 
15 15
 /**
16 16
  * Main class for 2 Checkout module
Please login to merge, or discard this patch.