@@ -5,10 +5,10 @@ |
||
5 | 5 | |
6 | 6 | use AdminElement; |
7 | 7 | use Illuminate\Contracts\Config\Repository; |
8 | -use Illuminate\Foundation\Application; |
|
9 | -use JsonSerializable; |
|
10 | 8 | use Illuminate\Contracts\Support\Arrayable; |
11 | 9 | use Illuminate\Contracts\Support\Jsonable; |
10 | +use Illuminate\Foundation\Application; |
|
11 | +use JsonSerializable; |
|
12 | 12 | use Sco\Admin\Contracts\ConfigManagerInterface; |
13 | 13 | |
14 | 14 | class ConfigManager implements ConfigManagerInterface, Arrayable, Jsonable, JsonSerializable |
@@ -5,10 +5,6 @@ |
||
5 | 5 | use Illuminate\Config\Repository as ConfigRepository; |
6 | 6 | use Illuminate\Contracts\Validation\Factory; |
7 | 7 | use Illuminate\Foundation\Application; |
8 | -use JsonSerializable; |
|
9 | -use Illuminate\Contracts\Support\Arrayable; |
|
10 | -use Illuminate\Contracts\Support\Jsonable; |
|
11 | -use Sco\Admin\Contracts\ConfigFactoryInterface; |
|
12 | 8 | use Sco\Admin\Contracts\ConfigManagerInterface; |
13 | 9 | use Sco\Admin\Contracts\ModelFactoryInterface; |
14 | 10 | use Sco\Admin\Contracts\RepositoryInterface; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Closure; |
6 | 6 | use Illuminate\Auth\Access\AuthorizationException; |
7 | 7 | use Illuminate\Contracts\Auth\Factory as Auth; |
8 | -use Sco\Admin\Contracts\ConfigFactoryInterface; |
|
9 | 8 | |
10 | 9 | class ModelAuthorize |
11 | 10 | { |