Completed
Push — master ( 50f0bd...bd5581 )
by Iurii
03:45
created
models/Report.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 
10 10
 namespace gplcart\modules\ga_report\models;
11 11
 
12
-use gplcart\core\Cache,
13
-    gplcart\core\Hook;
14
-use gplcart\core\models\Oauth as OauthModel,
15
-    gplcart\core\models\Language as LanguageModel;
12
+use gplcart\core\Cache;
13
+use gplcart\core\Hook;
14
+use gplcart\core\models\Oauth as OauthModel;
15
+use gplcart\core\models\Language as LanguageModel;
16 16
 use gplcart\core\exceptions\OauthAuthorization as OauthAuthorizationException;
17 17
 
18 18
 /**
Please login to merge, or discard this patch.