Skip to content

Commit

Permalink
Merge branch '3.x' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed May 16, 2024
2 parents 8859516 + 98df2ff commit 86b2080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/forms/src/Components/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Field extends Component implements Contracts\HasValidationRules, HasHintAc
use Concerns\CanBeAutofocused;
use Concerns\CanBeMarkedAsRequired;
use Concerns\CanBeValidated;
use Concerns\HasExtraFieldWrapperAttributes;
use Concerns\HasHelperText;
use Concerns\HasHint;
use Concerns\HasName;
Expand Down
1 change: 1 addition & 0 deletions packages/infolists/src/Components/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
class Entry extends Component implements HasHintActions
{
use Concerns\CanOpenUrl;
use Concerns\HasExtraEntryWrapperAttributes;
use Concerns\HasHelperText;
use Concerns\HasHint;
use Concerns\HasName;
Expand Down

0 comments on commit 86b2080

Please sign in to comment.