Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jan 23, 2024
1 parent 0228268 commit 21e5930
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/Field/AbstractField.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use BadMethodCallException;
use Closure;
use InvalidArgumentException;
use Windwalker\Data\Collection;
use Windwalker\DOM\DOMElement;
use Windwalker\Form\Field\Concern\{ManageFilterTrait,
ManageInputTrait,
Expand All @@ -23,9 +22,6 @@
use Windwalker\Utilities\Options\StateAccessTrait;
use Windwalker\Utilities\Str;

use Windwalker\Utilities\TypeCast;

use function Windwalker\collect;
use function Windwalker\DOM\h;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Field/TextField.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Windwalker\DOM\DOMElement;
use Windwalker\Filter\Rule\Length;
use Windwalker\Form\Field\Concern\ListOptionsTrait;

use Windwalker\Utilities\TypeCast;

use function Windwalker\DOM\h;
Expand Down

0 comments on commit 21e5930

Please sign in to comment.