@@ -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 | use Sco\Admin\Exceptions\InvalidArgumentException; |
9 | 9 | |
10 | 10 | class ModelConfig extends Config implements ConfigInterface, Arrayable, Jsonable, JsonSerializable |