Skip to content

Commit

Permalink
Add Macroable
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed May 3, 2024
1 parent bfe71cf commit 85ccd75
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 150 deletions.
16 changes: 0 additions & 16 deletions resources/views/components/forms/actions.blade.php

This file was deleted.

36 changes: 0 additions & 36 deletions resources/views/components/forms/label.blade.php

This file was deleted.

14 changes: 0 additions & 14 deletions resources/views/components/forms/messages.blade.php

This file was deleted.

84 changes: 0 additions & 84 deletions resources/views/components/forms/tags.blade.php

This file was deleted.

2 changes: 2 additions & 0 deletions src/Support/Components/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 Illuminate\Support\Fluent;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\Macroable;
use Illuminate\Support\Traits\Tappable;

abstract class Component extends Fluent
{
use Conditionable;
use Macroable;
use Tappable;
use WithHash;

Expand Down

0 comments on commit 85ccd75

Please sign in to comment.