Completed
Push — master ( 60d075...49388a )
by Freek
01:30
created
src/Tag.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Tags;
4 4
 
5
-use Spatie\EloquentSortable\Sortable;
6
-use Illuminate\Database\Eloquent\Model;
7
-use Spatie\Translatable\HasTranslations;
8 5
 use Illuminate\Database\Eloquent\Builder;
9
-use Spatie\EloquentSortable\SortableTrait;
10 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;
11 11
 
12 12
 class Tag extends Model implements Sortable
13 13
 {
Please login to merge, or discard this patch.