Skip to content

Commit dd652c9

Browse files
committed
feat: enable macro on Button builder
1 parent 3b3731b commit dd652c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Html/Button.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
use Illuminate\Contracts\Support\Arrayable;
66
use Illuminate\Support\Fluent;
7+
use Illuminate\Support\Traits\Macroable;
78

89
class Button extends Fluent implements Arrayable
910
{
1011
use HasAuthorizations;
12+
use Macroable;
1113

1214
/**
1315
* Make a new button instance.

0 commit comments

Comments
 (0)