Completed
Push — master ( 52fd1a...2a670e )
by Freek
01:38
created
src/Tag.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,13 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Tags;
4 4
 
5
-use Illuminate\Support\Facades\DB;
6
-use Spatie\EloquentSortable\Sortable;
7
-use Illuminate\Database\Eloquent\Model;
8
-use Spatie\Translatable\HasTranslations;
9 5
 use Illuminate\Database\Eloquent\Builder;
10
-use Spatie\EloquentSortable\SortableTrait;
11 6
 use Illuminate\Database\Eloquent\Collection as DbCollection;
7
+use Illuminate\Database\Eloquent\Model;
8
+use Spatie\EloquentSortable\Sortable;
9
+use Spatie\EloquentSortable\SortableTrait;
10
+use Spatie\Translatable\HasTranslations;
12 11
 
13 12
 class Tag extends Model implements Sortable
14 13
 {
Please login to merge, or discard this patch.