Completed
Push — master ( ed1ab1...33fedd )
by Antonio Carlos
05:42
created
src/update/Timezones.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace PragmaRX\Countries\Update;
4 4
 
5 5
 use IlluminateAgnostic\Str\Support\Str;
6
-use PragmaRX\Countries\Package\Support\Base;
7 6
 use PragmaRX\Coollection\Package\Coollection;
8
-use PragmaRX\Countries\Package\Services\Config;
9 7
 use PragmaRX\Countries\Package\Services\Cache\Service as Cache;
8
+use PragmaRX\Countries\Package\Services\Config;
9
+use PragmaRX\Countries\Package\Support\Base;
10 10
 
11 11
 class Timezones extends Base
12 12
 {
Please login to merge, or discard this patch.