@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\SchemalessAttributes; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\ServiceProvider; |
|
| 6 | 5 | use Illuminate\Database\Schema\Blueprint; |
| 6 | +use Illuminate\Support\ServiceProvider; |
|
| 7 | 7 | |
| 8 | 8 | class SchemalessAttributesServiceProvider extends ServiceProvider |
| 9 | 9 | { |
@@ -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 | |