@@ -3,9 +3,9 @@ |
||
3 | 3 | |
4 | 4 | namespace Sco\Admin\Fields; |
5 | 5 | |
6 | -use JsonSerializable; |
|
7 | 6 | use Illuminate\Contracts\Support\Arrayable; |
8 | 7 | use Illuminate\Contracts\Support\Jsonable; |
8 | +use JsonSerializable; |
|
9 | 9 | use Sco\Admin\Contracts\Field as FieldContract; |
10 | 10 | |
11 | 11 | abstract class Field implements FieldContract, Arrayable, Jsonable, JsonSerializable |