Completed
Push — master ( 9b1d74...624325 )
by Iurii
01:17
created
models/Translator.php 1 patch
Unused Use Statements   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -9,13 +9,13 @@
 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,
15
-    gplcart\core\Module;
12
+use gplcart\core\Cache;
13
+use gplcart\core\Config;
14
+use gplcart\core\Hook;
15
+use gplcart\core\Module;
16 16
 use gplcart\core\helpers\Zip as ZipHelper;
17
-use gplcart\core\models\Language as LanguageModel,
18
-    gplcart\core\models\File as FileModel;
17
+use gplcart\core\models\Language as LanguageModel;
18
+use gplcart\core\models\File as FileModel;
19 19
 
20 20
 /**
21 21
  * Manages basic behaviors and data related to Translator module
Please login to merge, or discard this patch.