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