Completed
Push — master ( dc1ed5...a082df )
by Iurii
01:24
created
models/Translator.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -9,12 +9,12 @@
 block discarded – undo
9 9
 
10 10
 namespace gplcart\modules\translator\models;
11 11
 
12
-use gplcart\core\Cache,
13
-    gplcart\core\Config,
14
-    gplcart\core\Hook;
12
+use gplcart\core\Cache;
13
+use gplcart\core\Config;
14
+use gplcart\core\Hook;
15 15
 use gplcart\core\helpers\Zip as ZipHelper;
16
-use gplcart\core\models\Language as LanguageModel,
17
-    gplcart\core\models\File as FileModel;
16
+use gplcart\core\models\Language as LanguageModel;
17
+use gplcart\core\models\File as FileModel;
18 18
 
19 19
 /**
20 20
  * Manages basic behaviors and data related to Translator module
Please login to merge, or discard this patch.