Skip to content

Commit

Permalink
Merge pull request #225 from conedevelopment/fixy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo authored Nov 4, 2024
2 parents 378470c + 1a3a73a commit f878621
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 f878621

Please sign in to comment.