@@ -6,10 +6,10 @@ |
||
| 6 | 6 | use Countable; |
| 7 | 7 | use Illuminate\Contracts\Support\Arrayable; |
| 8 | 8 | use Illuminate\Contracts\Support\Jsonable; |
| 9 | +use Illuminate\Database\Eloquent\Builder; |
|
| 10 | +use Illuminate\Database\Eloquent\Model; |
|
| 9 | 11 | use Illuminate\Support\Arr; |
| 10 | 12 | use Illuminate\Support\Collection; |
| 11 | -use Illuminate\Database\Eloquent\Model; |
|
| 12 | -use Illuminate\Database\Eloquent\Builder; |
|
| 13 | 13 | use IteratorAggregate; |
| 14 | 14 | use JsonSerializable; |
| 15 | 15 | |