Skip to content

Commit

Permalink
remove unused dumpable trait
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink authored Aug 29, 2024
1 parent 9862e66 commit 73bdf7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PropertyCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@
use Livewire\Form;
use IteratorAggregate;
use Livewire\Component;
use Illuminate\Support\Traits\Dumpable;

class PropertyCollection implements ArrayAccess, IteratorAggregate
{
use Dumpable;

final public function __construct(
private readonly Component|Form $component,
private array $items = []
Expand Down

0 comments on commit 73bdf7e

Please sign in to comment.