@@ -2,12 +2,12 @@ |
||
| 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 | { |