@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace Sco\Admin\Config; |
4 | 4 | |
5 | 5 | use Illuminate\Config\Repository as ConfigRepository; |
6 | -use Illuminate\Foundation\Application; |
|
7 | -use JsonSerializable; |
|
8 | 6 | use Illuminate\Contracts\Support\Arrayable; |
9 | 7 | use Illuminate\Contracts\Support\Jsonable; |
8 | +use Illuminate\Foundation\Application; |
|
9 | +use JsonSerializable; |
|
10 | 10 | use Sco\Admin\Contracts\Config as ConfigContract; |
11 | 11 | use Sco\Admin\Contracts\Repository as RepositoryContract; |
12 | 12 | use Sco\Attributes\HasAttributesTrait; |