Skip to content

Commit 435e4c2

Browse files
committed
Add Macroable
1 parent e5a9081 commit 435e4c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Views/Support/Component.php

+2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
use Foxws\WireUse\Views\Concerns\WithHash;
66
use Foxws\WireUse\Views\Concerns\WithLivewire;
77
use Illuminate\Support\Traits\Conditionable;
8+
use Illuminate\Support\Traits\Macroable;
89
use Illuminate\View\Component as BaseComponent;
910

1011
abstract class Component extends BaseComponent
1112
{
1213
use Conditionable;
14+
use Macroable;
1315
use WithHash;
1416
use WithLivewire;
1517
}

0 commit comments

Comments
 (0)