Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 6283542

Browse files
committed
Update Component.php
1 parent 38ccf0b commit 6283542

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FormBuilder/Component.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
namespace ProtoneMedia\Splade\FormBuilder;
44

55
use Illuminate\Support\Arr;
6+
use Illuminate\Support\Traits\Macroable;
67
use ProtoneMedia\Splade\Components\Form\InteractsWithFormElement;
78

89
abstract class Component
910
{
1011
use InteractsWithFormElement;
12+
use Macroable;
1113

1214
public string $dottedName = '';
1315

0 commit comments

Comments
 (0)