@@ -3,12 +3,11 @@ |
||
| 3 | 3 | namespace Sco\Admin\Config; |
| 4 | 4 | |
| 5 | 5 | use AdminField; |
| 6 | -use JsonSerializable; |
|
| 6 | +use Illuminate\Config\Repository as ConfigRepository; |
|
| 7 | 7 | use Illuminate\Contracts\Support\Arrayable; |
| 8 | 8 | use Illuminate\Contracts\Support\Jsonable; |
| 9 | -use Illuminate\Config\Repository as ConfigRepository; |
|
| 10 | 9 | use Illuminate\Foundation\Application; |
| 11 | -use Sco\Admin\Column\Columns; |
|
| 10 | +use JsonSerializable; |
|
| 12 | 11 | use Sco\Admin\Contracts\Config as ConfigContract; |
| 13 | 12 | use Sco\Attributes\HasAttributesTrait; |
| 14 | 13 | |
@@ -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 |