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