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