Skip to content

Commit

Permalink
fix cs and the lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Nov 4, 2024
1 parent 378470c commit 1a3a73a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/Fields/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1a3a73a

Please sign in to comment.