@@ -2,13 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sco\Admin\Config; |
| 4 | 4 | |
| 5 | -use AdminField; |
|
| 6 | -use JsonSerializable; |
|
| 5 | +use Illuminate\Config\Repository as ConfigRepository; |
|
| 7 | 6 | use Illuminate\Contracts\Support\Arrayable; |
| 8 | 7 | use Illuminate\Contracts\Support\Jsonable; |
| 9 | -use Illuminate\Config\Repository as ConfigRepository; |
|
| 10 | 8 | use Illuminate\Foundation\Application; |
| 11 | -use Sco\Admin\Column\Columns; |
|
| 9 | +use JsonSerializable; |
|
| 12 | 10 | use Sco\Admin\Contracts\Config as ConfigContract; |
| 13 | 11 | use Sco\Attributes\HasAttributesTrait; |
| 14 | 12 | |
@@ -3,9 +3,9 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Sco\Admin\Elements; |
| 5 | 5 | |
| 6 | -use JsonSerializable; |
|
| 7 | 6 | use Illuminate\Contracts\Support\Arrayable; |
| 8 | 7 | use Illuminate\Contracts\Support\Jsonable; |
| 8 | +use JsonSerializable; |
|
| 9 | 9 | use Sco\Admin\Contracts\Element as ElementContract; |
| 10 | 10 | |
| 11 | 11 | abstract class Element implements ElementContract, Arrayable, Jsonable, JsonSerializable |
@@ -12,9 +12,8 @@ |
||
| 12 | 12 | use Sco\Admin\Contracts\Repository as RepositoryContract; |
| 13 | 13 | use Sco\Admin\Elements\ElementFactory; |
| 14 | 14 | use Sco\Admin\Exceptions\Handler; |
| 15 | -use Sco\Admin\Facades\AdminFacade; |
|
| 16 | 15 | use Sco\Admin\Facades\AdminElementFacade; |
| 17 | -use Sco\Admin\Fields\FieldFactory; |
|
| 16 | +use Sco\Admin\Facades\AdminFacade; |
|
| 18 | 17 | use Sco\Admin\Repositories\Repository; |
| 19 | 18 | |
| 20 | 19 | /** |