|
@@ -3,11 +3,11 @@ |
|
|
block discarded – undo |
|
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; |
Please login to merge, or discard this patch.