Completed
Branch master (6a0fed)
by Andrei
06:49
created
src/Traits/IsSortable.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 Zbiller\Sort\Traits;
4 4
 
5
-use Zbiller\Sort\Objects\Sort;
6
-use Illuminate\Database\Eloquent\Model;
7 5
 use Illuminate\Database\Eloquent\Builder;
8
-use Zbiller\Sort\Exceptions\SortException;
9
-use Illuminate\Database\Eloquent\Relations\HasOne;
6
+use Illuminate\Database\Eloquent\Model;
10 7
 use Illuminate\Database\Eloquent\Relations\BelongsTo;
8
+use Illuminate\Database\Eloquent\Relations\HasOne;
9
+use Zbiller\Sort\Exceptions\SortException;
10
+use Zbiller\Sort\Objects\Sort;
11 11
 
12 12
 trait IsSortable
13 13
 {
Please login to merge, or discard this patch.