diff --git a/composer.lock b/composer.lock index c282ff99..12f24573 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "da91fb0bef25c5b3c187256c0e885f34", + "content-hash": "9523592ba914c851d17302eed7d58909", "packages": [ { "name": "brick/math", @@ -7760,7 +7760,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "~8.2.0 || ~8.3.0", + "php": "~8.3.0", "ext-exif": "*", "ext-gd": "*" }, diff --git a/src/Fields/Option.php b/src/Fields/Option.php index e4fa1637..a7d89241 100644 --- a/src/Fields/Option.php +++ b/src/Fields/Option.php @@ -4,11 +4,12 @@ use Cone\Root\Traits\HasAttributes; use Cone\Root\Traits\Makeable; -use function Illuminate\Support\enum_value; use Illuminate\Contracts\Support\Arrayable; use Illuminate\Support\Traits\Conditionable; use JsonSerializable; +use function Illuminate\Support\enum_value; + class Option implements Arrayable, JsonSerializable { use Conditionable;