Skip to content

Commit 4c8817c

Browse files
committed
change Designer trait to class
1 parent a094b73 commit 4c8817c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Concerns/Designer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use LaraZeus\Bolt\Models\Form;
1515
use LaraZeus\Bolt\Models\Section as ZeusSection;
1616

17-
trait Designer
17+
class Designer
1818
{
1919
public static function ui(Form $zeusForm, bool $inline = false): array
2020
{

src/Livewire/FillForms.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
*/
2020
class FillForms extends Component implements Forms\Contracts\HasForms
2121
{
22-
use Designer;
2322
use InteractsWithForms;
2423

2524
public Form $zeusForm;

0 commit comments

Comments
 (0)