Skip to content

Commit

Permalink
Add Macroable
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Oct 31, 2024
1 parent e5a9081 commit 435e4c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Views/Support/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
use Foxws\WireUse\Views\Concerns\WithHash;
use Foxws\WireUse\Views\Concerns\WithLivewire;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\Macroable;
use Illuminate\View\Component as BaseComponent;

abstract class Component extends BaseComponent
{
use Conditionable;
use Macroable;
use WithHash;
use WithLivewire;
}

0 comments on commit 435e4c2

Please sign in to comment.