Skip to content

Commit

Permalink
Remove outdated trait import
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Nov 9, 2024
1 parent b6fbccf commit 8c455ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Form/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ class Field extends Component
use Mixin\Translatable;
use Mixin\Validation;
use Mixin\When;
use Mixin\Value {
isEmptyValue as protected isEmptyValueFromTrait;
}
use Mixin\Value;

/**
* Parent collection with all fields of the current form
Expand Down

0 comments on commit 8c455ee

Please sign in to comment.