Skip to content

Commit

Permalink
Fix deprecated warning on PHP 8.2/8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Aug 9, 2024
1 parent 0100d3f commit 1b31518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Support/Html/Mixins/HtmlExtendedMixin.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Livewire\Form as Livewire;
use Spatie\Html\Elements\Form;

#[\AllowDynamicProperties]
class HtmlExtendedMixin
{
protected ?Livewire $form = null;
Expand Down

0 comments on commit 1b31518

Please sign in to comment.