@@ -3,9 +3,9 @@ |
||
3 | 3 | |
4 | 4 | namespace Sco\Admin\Column; |
5 | 5 | |
6 | -use JsonSerializable; |
|
7 | 6 | use Illuminate\Contracts\Support\Arrayable; |
8 | 7 | use Illuminate\Contracts\Support\Jsonable; |
8 | +use JsonSerializable; |
|
9 | 9 | |
10 | 10 | |
11 | 11 | class ElColumn extends Column implements ColumnInterface, Arrayable, Jsonable, JsonSerializable |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Sco\Admin\Config; |
4 | 4 | |
5 | -use JsonSerializable; |
|
6 | 5 | use Illuminate\Contracts\Support\Arrayable; |
7 | 6 | use Illuminate\Contracts\Support\Jsonable; |
7 | +use JsonSerializable; |
|
8 | 8 | |
9 | 9 | class ModelConfig extends Config implements ConfigInterface, Arrayable, Jsonable, JsonSerializable |
10 | 10 | { |