Completed
Push — master ( 246c51...6e7873 )
by Tommy
07:23
created
src/ModelObserver.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Leitom\Geo;
4 4
 
5
-use Leitom\Geo\Facades\Geo;
6 5
 use Illuminate\Support\Collection;
7
-use Leitom\Geo\Events\ModelsRemoved;
8 6
 use Leitom\Geo\Events\ModelsImported;
7
+use Leitom\Geo\Events\ModelsRemoved;
8
+use Leitom\Geo\Facades\Geo;
9 9
 
10 10
 class ModelObserver
11 11
 {
Please login to merge, or discard this patch.
src/HasGeoAbilities.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace Leitom\Geo;
4 4
 
5 5
 use Illuminate\Support\Arr;
6
-use Leitom\Geo\Facades\Geo;
6
+use Illuminate\Support\Collection as BaseCollection;
7 7
 use Illuminate\Support\Facades\DB;
8
-use Leitom\Geo\Events\ModelsRemoved;
9 8
 use Leitom\Geo\Events\ModelsImported;
10
-use Illuminate\Support\Collection as BaseCollection;
9
+use Leitom\Geo\Events\ModelsRemoved;
10
+use Leitom\Geo\Facades\Geo;
11 11
 
12 12
 trait HasGeoAbilities
13 13
 {
Please login to merge, or discard this patch.