@@ -3,9 +3,9 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Sco\Admin\Config; |
| 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\Attributes\HasAttributesTrait; |
| 10 | 10 | |
| 11 | 11 | class PermissionsConfig implements Arrayable, Jsonable, JsonSerializable |